.kb-spot-map {
  color-scheme: dark;
  background: #08090b;
}

.kb-spot-map,
.kb-spot-map *,
.kb-spot-map *::before,
.kb-spot-map *::after {
  box-sizing: border-box;
}

.kb-spot-map {
  margin: 0;
  min-width: 320px;
  background: #08090b;
  color: #f6f3ef;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.kb-container {
  width: min(100% - 64px, 1180px);
  margin-inline: auto;
}

.kb-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.kb-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #9f1730;
  color: #fff !important;
  font-weight: 800;
  transform: translateY(-150%);
}

.kb-skip-link:focus {
  transform: translateY(0);
}

.kb-site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #252831;
  background: rgb(8 9 11 / 96%);
}

.kb-site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9f1730, transparent);
  content: "";
}

.kb-site-header__inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.kb-site-logo {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: #f6f3ef !important;
  text-decoration: none;
}

.kb-site-logo > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #8e2638;
  border-radius: 50%;
  color: #ff6075;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  box-shadow: inset 0 0 16px rgb(233 69 96 / 14%);
}

.kb-site-logo strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  letter-spacing: 0.08em;
}

.kb-site-header nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kb-site-header nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  color: #d7d8dc !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.kb-site-header nav a:hover {
  background: #181b21;
  color: #ff6075 !important;
}

.kb-spot-map {
  --kb-bg: #08090b;
  --kb-surface: #121419;
  --kb-surface-raised: #181b21;
  --kb-text: #f6f3ef;
  --kb-muted: #b7b9bf;
  --kb-dim: #858891;
  --kb-accent: #ff6075;
  --kb-brand: #e94560;
  --kb-brand-deep: #9f1730;
  --kb-border: #30343d;
  --kb-warning-bg: #2b2416;
  --kb-warning-text: #f5d58a;
  --kb-memorial-bg: #17222a;
  --kb-memorial-text: #b9d9ea;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--kb-bg) !important;
  color: var(--kb-text) !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.kb-spot-map *,
.kb-spot-map *::before,
.kb-spot-map *::after {
  box-sizing: border-box;
}

.kb-spot-map [hidden] {
  display: none !important;
}

.kb-spot-map h1,
.kb-spot-map h2,
.kb-spot-map h3,
.kb-spot-map p,
.kb-spot-map ul,
.kb-spot-map dl,
.kb-spot-map dd {
  margin: 0 !important;
}

.kb-spot-map h1,
.kb-spot-map h2,
.kb-spot-map h3 {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: var(--kb-text) !important;
  line-height: 1.25 !important;
}

.kb-spot-map button,
.kb-spot-map input,
.kb-spot-map select {
  font: inherit;
}

.kb-spot-map a,
.kb-spot-map button,
.kb-spot-map input,
.kb-spot-map select,
.kb-spot-map summary {
  -webkit-tap-highlight-color: transparent;
}

.kb-spot-map a:focus-visible,
.kb-spot-map button:focus-visible,
.kb-spot-map input:focus-visible,
.kb-spot-map select:focus-visible,
.kb-spot-map summary:focus-visible,
.kb-site-header a:focus-visible,
.kb-site-footer a:focus-visible {
  outline: 3px solid #ffd3da !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px #9f1730 !important;
}

.kb-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid #2a1b1f;
  background:
    linear-gradient(90deg, rgb(8 9 11 / 98%), rgb(8 9 11 / 82%) 56%, rgb(8 9 11 / 96%)),
    radial-gradient(circle at 78% 38%, rgb(159 23 48 / 23%), transparent 34%),
    #08090b !important;
}

.kb-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent 5%, #000 60%, transparent);
  content: "";
  pointer-events: none;
}

.kb-hero::after {
  position: absolute;
  right: 5%;
  bottom: -12%;
  width: min(42vw, 540px);
  aspect-ratio: 1;
  border: 1px solid rgb(233 69 96 / 20%);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgb(233 69 96 / 3%),
    0 0 0 96px rgb(233 69 96 / 2%);
  content: "";
}

.kb-hero__ambient {
  position: absolute;
  top: 17%;
  right: 12%;
  width: 170px;
  height: 260px;
  border-right: 1px solid rgb(255 96 117 / 32%);
  border-left: 1px solid rgb(255 96 117 / 12%);
  opacity: 0.75;
  transform: skew(-11deg);
}

.kb-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: 80px 64px;
}

.kb-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4a7ae !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.kb-eyebrow > span {
  width: 36px;
  height: 1px;
  background: var(--kb-brand);
}

.kb-hero h1 {
  max-width: 900px;
  margin-top: 18px !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(2.25rem, 6vw, 4.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em;
  text-wrap: balance;
  text-shadow: 0 0 38px rgb(233 69 96 / 15%);
}

.kb-hero h1 span {
  color: var(--kb-accent);
}

.kb-hero__lead {
  max-width: 700px;
  margin-top: 18px !important;
  color: #d7d8dc !important;
  font-size: clamp(1rem, 2.1vw, 1.25rem) !important;
  line-height: 1.8 !important;
}

.kb-hero__stats {
  display: flex;
  margin-top: 34px;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #38272b;
  border-radius: 10px;
  background: #38272b;
}

.kb-hero__stats > div {
  display: grid;
  min-width: 142px;
  min-height: 84px;
  align-content: center;
  padding: 10px 22px;
  background: rgb(18 20 25 / 88%);
}

.kb-hero__stats strong {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  line-height: 1.1;
}

.kb-hero__stats span {
  margin-top: 5px;
  color: var(--kb-muted);
  font-size: 12px;
  font-weight: 700;
}

.kb-hero__policy {
  display: flex;
  max-width: 760px;
  align-items: flex-start;
  margin-top: 24px !important;
  gap: 10px;
  color: #c5c6ca !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.kb-hero__policy > span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border: 1px solid #83505a;
  border-radius: 50%;
  color: #ff9caa;
  font-family: serif;
  font-weight: 800;
}

.kb-discovery {
  padding-block: 72px 56px;
}

.kb-section-heading {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
  gap: 24px;
}

.kb-section-heading__index {
  padding-top: 9px !important;
  color: #c98b95 !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.kb-section-heading h2,
.kb-results__header h2,
.kb-editorial-note h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(1.55rem, 3vw, 2.3rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
}

.kb-section-heading > div > p {
  margin-top: 8px !important;
  color: var(--kb-muted) !important;
  font-size: 15px !important;
}

.kb-map-panel {
  display: grid;
  margin-top: 34px;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
  border: 1px solid var(--kb-border);
  border-radius: 16px;
  background: var(--kb-surface) !important;
  box-shadow: 0 28px 80px rgb(0 0 0 / 20%);
}

.kb-map-panel__visual {
  min-width: 0;
  padding: 30px;
  background:
    radial-gradient(circle at 76% 42%, rgb(233 69 96 / 10%), transparent 36%),
    #121419 !important;
}

.kb-map-panel__label {
  color: #8f929a !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px !important;
  letter-spacing: 0.19em;
}

.kb-map-panel__help {
  margin-top: 6px !important;
  color: var(--kb-muted) !important;
  font-size: 13px !important;
}

.kb-region-map {
  position: relative;
  display: grid;
  min-height: 380px;
  margin-top: 22px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(5, 66px);
  gap: 8px;
  align-content: center;
}

.kb-region-map__route {
  position: absolute;
  top: 16%;
  right: 9%;
  bottom: 11%;
  left: 7%;
  border-bottom: 1px dashed rgb(233 69 96 / 26%);
  border-radius: 0 0 58% 54%;
  transform: rotate(9deg);
  pointer-events: none;
}

.kb-region-button {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid #3b404a;
  border-radius: 9px;
  background: #1a1d23 !important;
  color: #e9e6e2 !important;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.kb-region-button::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #8e2638;
  box-shadow: 0 0 0 4px rgb(233 69 96 / 7%);
  content: "";
}

.kb-region-button:hover {
  border-color: #93505b;
  background: #211a1e !important;
  transform: translateY(-1px);
}

.kb-region-button[aria-pressed="true"] {
  border-color: #ff7184;
  background: #3a1720 !important;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 10%),
    0 0 24px rgb(233 69 96 / 12%);
}

.kb-region-button[aria-pressed="true"]::before {
  background: #ff7184;
  box-shadow: 0 0 0 4px rgb(255 113 132 / 16%);
}

.kb-region-button__name {
  min-width: 0;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.kb-region-button__count {
  color: #b7b9bf;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.kb-region-button[aria-pressed="true"] .kb-region-button__count {
  color: #ffd9de;
}

.kb-region-button[data-area-button="hokkaido"] {
  grid-column: 9 / 13;
  grid-row: 1;
  border-radius: 16px 16px 9px 16px;
}

.kb-region-button[data-area-button="tohoku"] {
  grid-column: 8 / 12;
  grid-row: 2;
}

.kb-region-button[data-area-button="kanto"] {
  grid-column: 8 / 11;
  grid-row: 3;
}

.kb-region-button[data-area-button="chubu"] {
  grid-column: 5 / 8;
  grid-row: 3;
}

.kb-region-button[data-area-button="kinki"] {
  grid-column: 4 / 7;
  grid-row: 4;
}

.kb-region-button[data-area-button="chugoku"] {
  grid-column: 1 / 4;
  grid-row: 4;
  border-radius: 16px 9px 9px 16px;
}

.kb-region-button[data-area-button="shikoku"] {
  grid-column: 4 / 7;
  grid-row: 5;
}

.kb-region-button[data-area-button="kyushu-okinawa"] {
  grid-column: 1 / 4;
  grid-row: 5;
  border-radius: 9px 9px 16px 16px;
}

.kb-map-panel__safety {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 26px;
  border-left: 1px solid #3c3424;
  background:
    linear-gradient(rgb(43 36 22 / 96%), rgb(27 25 20 / 98%)),
    #2b2416 !important;
  color: var(--kb-warning-text);
}

.kb-safety-mark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid #b58b3b;
  border-radius: 50%;
  color: #ffd982;
  font-family: serif;
  font-size: 18px;
  font-weight: 900;
}

.kb-map-panel__safety h3 {
  color: #ffe3a1 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.kb-map-panel__safety ul {
  margin-top: 16px !important;
  padding-left: 1.2em;
  color: #e6cf9d !important;
  font-size: 13px;
}

.kb-map-panel__safety li + li {
  margin-top: 9px;
}

.kb-search {
  display: grid;
  margin-top: 24px;
  grid-template-columns: minmax(220px, 1.55fr) minmax(170px, 1fr) minmax(170px, 1fr) auto;
  align-items: end;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--kb-border);
  border-radius: 12px;
  background: #101216 !important;
}

.kb-field {
  min-width: 0;
}

.kb-field label {
  display: block;
  margin-bottom: 7px;
  color: #d8d8db;
  font-size: 13px;
  font-weight: 800;
}

.kb-field input,
.kb-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #454a55 !important;
  border-radius: 7px;
  background: #1a1d23 !important;
  color: #f6f3ef !important;
  box-shadow: none !important;
}

.kb-field input {
  padding: 10px 13px 10px 42px !important;
}

.kb-field select {
  padding: 10px 38px 10px 13px !important;
  cursor: pointer;
}

.kb-field input::placeholder {
  color: #93969e;
  opacity: 1;
}

.kb-field input:hover,
.kb-field select:hover {
  border-color: #727783 !important;
}

.kb-input-wrap {
  position: relative;
}

.kb-input-wrap > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  border: 2px solid #b8bbc2;
  border-radius: 50%;
  transform: translateY(-58%);
  pointer-events: none;
}

.kb-input-wrap > span::after {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 6px;
  height: 2px;
  background: #b8bbc2;
  content: "";
  transform: rotate(48deg);
  transform-origin: left center;
}

.kb-reset {
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid #5a606c;
  border-radius: 7px;
  background: transparent !important;
  color: #e5e6e8 !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 800;
  white-space: nowrap;
}

.kb-reset:hover {
  border-color: #ff7184;
  color: #ff9caa !important;
}

.kb-active-summary {
  min-height: 26px;
  margin-top: 14px !important;
  color: #aeb0b6 !important;
  font-size: 13px !important;
}

.kb-noscript {
  margin-top: 12px !important;
  padding: 12px 14px;
  border-left: 3px solid #e3b455;
  background: #2b2416 !important;
  color: #f5d58a !important;
  font-size: 13px !important;
}

.kb-results {
  padding-block: 60px 84px;
  border-top: 1px solid #24272f;
  background: #0b0c0f !important;
  scroll-margin-top: 20px;
}

.kb-results:focus {
  outline: none;
}

.kb-results__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.kb-results__header .kb-section-heading__index {
  padding-top: 0 !important;
  margin-bottom: 8px !important;
}

.kb-results__count {
  display: flex;
  min-height: 44px;
  align-items: baseline;
  gap: 5px;
  color: var(--kb-muted) !important;
  font-size: 13px !important;
}

.kb-results__count strong {
  color: var(--kb-accent);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  line-height: 1;
}

.kb-card-grid {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.kb-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #2d3139 !important;
  border-radius: 12px !important;
  background: var(--kb-surface) !important;
  color: var(--kb-text) !important;
  box-shadow: 0 18px 44px rgb(0 0 0 / 18%);
}

.kb-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 70% 30%, #4a1c26, transparent 40%),
    #15171c !important;
}

.kb-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 4%), rgb(5 6 8 / 58%));
  content: "";
  pointer-events: none;
}

.kb-card__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06) brightness(0.78);
  transition: transform 280ms ease;
}

.kb-card:hover .kb-card__media img {
  transform: scale(1.025);
}

.kb-card.is-image-missing .kb-card__media img {
  visibility: hidden;
}

.kb-card__area,
.kb-card__memorial-badge {
  position: absolute;
  z-index: 1;
  top: 12px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
}

.kb-card__area {
  left: 12px;
  background: rgb(8 9 11 / 78%);
  color: #f2f0ed;
}

.kb-card__memorial-badge {
  right: 12px;
  border-color: #7ba8bf;
  background: rgb(23 34 42 / 91%);
  color: #d3ebf7;
}

.kb-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.kb-card__taxonomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.kb-card__type,
.kb-card__verified {
  font-size: 11px;
  font-weight: 800;
}

.kb-card__type {
  color: #ff95a4;
  letter-spacing: 0.04em;
}

.kb-card__verified {
  color: #aeb0b6;
}

.kb-card__verified > span {
  margin-right: 3px;
  color: #7bd7ae;
}

.kb-card h3 {
  margin-top: 10px !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.025em;
}

.kb-card__summary {
  margin-top: 12px !important;
  color: #c8c9cd !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.kb-card__facts {
  display: grid;
  margin-top: 16px !important;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #30343d;
  border-radius: 7px;
  background: #30343d;
}

.kb-card__facts > div {
  min-width: 0;
  padding: 9px 10px;
  background: #181b21 !important;
}

.kb-card__facts dt {
  color: #8f929a;
  font-size: 10px;
  font-weight: 800;
}

.kb-card__facts dd {
  margin-top: 2px !important;
  overflow: hidden;
  color: #e8e5e1;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-card__notice {
  display: flex;
  align-items: flex-start;
  margin-top: 14px !important;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid #4b4026;
  border-radius: 6px;
  background: var(--kb-warning-bg) !important;
  color: var(--kb-warning-text) !important;
  font-size: 11px !important;
  line-height: 1.65 !important;
}

.kb-card__notice > span {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border: 1px solid #ad873f;
  border-radius: 50%;
  font-family: serif;
  font-weight: 900;
}

.kb-card__notice--memorial {
  border-color: #355568;
  background: var(--kb-memorial-bg) !important;
  color: var(--kb-memorial-text) !important;
}

.kb-card__notice--memorial > span {
  border-color: #6fa1bc;
}

.kb-card__actions {
  display: grid;
  margin-top: auto;
  padding-top: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.kb-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
}

.kb-action--primary {
  border-color: #bd2e47;
  background: var(--kb-brand-deep) !important;
  color: #fff !important;
}

.kb-action--primary:hover {
  border-color: #ff7184;
  background: #bd243e !important;
  color: #fff !important;
}

.kb-action--secondary {
  border-color: #4c525e;
  background: #1a1d23 !important;
  color: #f1efec !important;
}

.kb-action--secondary:hover {
  border-color: #ff7184;
  color: #ffb3bd !important;
}

.kb-card__source {
  margin-top: 10px;
  border-top: 1px solid #2b2f37;
}

.kb-card__source summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  color: #bfc1c6;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.kb-card__source summary::-webkit-details-marker {
  display: none;
}

.kb-card__source summary::after {
  color: #ff7184;
  content: "+";
  font-size: 18px;
}

.kb-card__source[open] summary::after {
  content: "−";
}

.kb-card__source-body {
  padding: 3px 0 9px;
  color: #afb1b7;
  font-size: 12px;
}

.kb-card__source-body p {
  color: #afb1b7 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.kb-card__source-body p + p {
  margin-top: 8px !important;
}

.kb-card__source-body a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #ff8999 !important;
  font-weight: 700;
  text-underline-offset: 3px;
}

.kb-no-results {
  margin-top: 30px;
  padding: 50px 24px;
  border: 1px dashed #565b66;
  border-radius: 12px;
  background: #121419 !important;
  text-align: center;
}

.kb-no-results > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-inline: auto;
  place-items: center;
  border: 1px solid #6b3a43;
  border-radius: 50%;
  color: #ff7184;
  font-family: "Yu Mincho", serif;
  font-size: 25px;
}

.kb-no-results h3 {
  margin-top: 18px !important;
  font-size: 20px !important;
}

.kb-no-results p {
  margin-top: 8px !important;
  color: var(--kb-muted) !important;
  font-size: 14px !important;
}

.kb-no-results button {
  min-height: 44px;
  margin-top: 20px;
  padding: 9px 18px;
  border: 1px solid #bd2e47;
  border-radius: 6px;
  background: var(--kb-brand-deep) !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 800;
}

.kb-editorial-note {
  padding-block: 64px;
  border-top: 1px solid #2a2d35;
  background: #0e1014 !important;
}

.kb-editorial-note__inner {
  display: grid;
  grid-template-columns: 120px minmax(0, 780px);
  gap: 32px;
}

.kb-editorial-note__number {
  color: #3e2228 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 72px !important;
  font-weight: 800;
  line-height: 0.9 !important;
}

.kb-editorial-note h2 {
  font-size: 1.55rem !important;
}

.kb-editorial-note p {
  margin-top: 14px !important;
  color: #bfc1c6 !important;
  font-size: 14px !important;
}

.kb-editorial-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  color: #ff8999 !important;
  font-weight: 800;
  text-underline-offset: 4px;
}

.kb-site-footer {
  padding-block: 45px;
  border-top: 1px solid #1d2027;
  background: #050608;
  color: #a1a3aa;
}

.kb-site-footer strong {
  color: #dedbd7;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.08em;
}

.kb-site-footer p {
  margin: 6px 0 12px;
  font-size: 13px;
}

.kb-site-footer small {
  color: #72757d;
  font-size: 11px;
}

@media (max-width: 980px) {
  .kb-map-panel {
    grid-template-columns: 1fr;
  }

  .kb-map-panel__safety {
    border-top: 1px solid #3c3424;
    border-left: 0;
  }

  .kb-search {
    grid-template-columns: 1fr 1fr;
  }

  .kb-field--keyword {
    grid-column: 1 / -1;
  }

  .kb-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  html {
    scroll-behavior: auto;
  }

  .kb-container {
    width: min(100% - 32px, 1180px);
  }

  .kb-site-header__inner {
    min-height: 64px;
  }

  .kb-site-header nav a:not(:first-child) {
    display: none;
  }

  .kb-hero,
  .kb-hero__inner {
    min-height: 500px;
  }

  .kb-hero__inner {
    padding-block: 64px 52px;
  }

  .kb-hero::after {
    right: -20%;
    width: 80vw;
  }

  .kb-hero__ambient {
    right: 4%;
    opacity: 0.4;
  }

  .kb-hero__stats {
    width: 100%;
  }

  .kb-hero__stats > div {
    min-width: 0;
    flex: 1;
    padding-inline: 10px;
  }

  .kb-hero__stats strong {
    font-size: 24px;
  }

  .kb-discovery {
    padding-block: 54px 42px;
  }

  .kb-section-heading {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .kb-section-heading__index {
    padding-top: 0 !important;
  }

  .kb-map-panel {
    margin-top: 24px;
  }

  .kb-map-panel__visual {
    padding: 22px 18px;
  }

  .kb-region-map {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 9px;
  }

  .kb-region-map__route {
    display: none;
  }

  .kb-region-button[data-area-button] {
    grid-column: auto;
    grid-row: auto;
    border-radius: 8px;
  }

  .kb-map-panel__safety {
    padding: 22px 18px;
  }

  .kb-search {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .kb-field--keyword {
    grid-column: auto;
  }

  .kb-reset {
    width: 100%;
  }

  .kb-results {
    padding-block: 48px 62px;
  }

  .kb-results__header {
    align-items: flex-start;
  }

  .kb-card-grid {
    grid-template-columns: 1fr;
  }

  .kb-editorial-note__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kb-editorial-note__number {
    font-size: 52px !important;
  }
}

@media (max-width: 430px) {
  .kb-site-logo strong {
    font-size: 17px;
  }

  .kb-site-header nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .kb-hero h1 {
    font-size: 2.35rem !important;
  }

  .kb-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .kb-hero__stats span {
    font-size: 10px;
  }

  .kb-results__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kb-results__count {
    min-height: 36px;
  }

  .kb-card__actions {
    grid-template-columns: 1fr;
  }
}

/*
 * SWELL popular-post widget below the map.
 * Scope stays on the dedicated map page so theme widgets elsewhere are unchanged.
 */
.kowabana-spot-map-page .l-content {
  display: block;
}

.kowabana-spot-map-page #sidebar {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 48px auto 0;
  font-size: 1rem;
}

.kowabana-spot-map-page
  #sidebar
  .widget_swell_popular_posts
  .p-postList.-type-card {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 0;
}

.kowabana-spot-map-page
  #sidebar
  .widget_swell_popular_posts
  .p-postList.-type-card
  > .p-postList__item {
  grid-column: span 2;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.kowabana-spot-map-page
  #sidebar
  .widget_swell_popular_posts
  .p-postList.-type-card
  > .p-postList__item:nth-child(4):nth-last-child(2) {
  grid-column: 2 / span 2;
}

.kowabana-spot-map-page
  #sidebar
  .widget_swell_popular_posts
  .p-postList.-type-card
  > .p-postList__item:nth-child(5):last-child {
  grid-column: 4 / span 2;
}

.kowabana-spot-map-page
  #sidebar
  .widget_swell_popular_posts
  .p-postList__link:focus-visible {
  outline: 3px solid #ff6075;
  outline-offset: 4px;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card
    > .p-postList__item:nth-child(4):nth-last-child(2) {
    grid-column: span 2;
  }

  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card
    > .p-postList__item:nth-child(5):last-child {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 599px) {
  .kowabana-spot-map-page #sidebar {
    margin-top: 36px;
  }

  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card
    > .p-postList__item,
  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card
    > .p-postList__item:nth-child(4):nth-last-child(2),
  .kowabana-spot-map-page
    #sidebar
    .widget_swell_popular_posts
    .p-postList.-type-card
    > .p-postList__item:nth-child(5):last-child {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kb-spot-map *,
  .kb-spot-map *::before,
  .kb-spot-map *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .kb-region-button[aria-pressed="true"],
  .kb-action,
  .kb-reset,
  .kb-no-results button {
    border: 2px solid ButtonText;
  }
}

@media print {
  .kb-site-header,
  .kb-map-panel,
  .kb-search,
  .kb-card__actions,
  .kb-site-footer {
    display: none !important;
  }

  .kb-hero,
  .kb-results,
  .kb-editorial-note,
  .kb-card {
    background: #fff !important;
    color: #000 !important;
  }

  .kb-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.kowabana-spot-map-page .kb-map-page-shell,
body.kowabana-spot-map-page .kb-map-page-main {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}
