.official-page {
  background:
    radial-gradient(
      circle at 8% 16%,
      rgba(244, 119, 168, 0.08),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 32%,
      rgba(117, 104, 232, 0.07),
      transparent 25%
    ),
    #f8f5f7;
}


.official-page [hidden] {
  display: none !important;
}


.official-shell {
  width: min(1180px, calc(100% - 32px));

  margin: 0 auto;
  padding: 24px 0 32px;
}


.official-hero {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;

  gap: 28px;

  overflow: hidden;

  padding: clamp(25px, 4vw, 43px);

  border: 1px solid #eee1e8;
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(255, 255, 255, 0.94) 0 9%,
      transparent 9.5%
    ),
    radial-gradient(
      circle at 83% 74%,
      rgba(255, 255, 255, 0.58) 0 16%,
      transparent 16.5%
    ),
    linear-gradient(
      135deg,
      #fff7fa,
      #fff0f6 48%,
      #f2efff
    );

  box-shadow: var(--shadow);
}


.official-hero-copy {
  position: relative;
  z-index: 1;

  max-width: 670px;
}


.official-eyebrow,
.panel-kicker {
  color: var(--accent);

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.official-hero h2 {
  margin: 8px 0 10px;

  color: #443940;

  font-size: clamp(25px, 4.2vw, 42px);
  font-weight: 900;

  line-height: 1.28;
  letter-spacing: 0.01em;
}


.official-hero-copy p {
  max-width: 620px;

  margin: 0;

  color: #71646a;

  font-size: 13px;
  line-height: 1.9;
}


.official-hero-stats {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: repeat(3, 94px);

  gap: 9px;
}


.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 102px;

  padding: 13px 8px;

  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 25px;

  background: rgba(255, 255, 255, 0.8);

  box-shadow:
    0 12px 25px
    rgba(85, 66, 76, 0.08);

  text-align: center;
}


.hero-stat-current {
  color: #cb4e81;
}


.hero-stat-past {
  color: #6c5fd1;
}


.hero-stat-guide {
  color: #4c8d66;
}


.hero-stat-number {
  font-size: 27px;
  font-weight: 900;

  line-height: 1;
}


.hero-stat-label {
  margin-top: 8px;

  color: #746970;

  font-size: 10px;
  font-weight: 800;
}


.hero-decoration {
  position: absolute;

  color: rgba(244, 119, 168, 0.34);

  pointer-events: none;
}


.hero-decoration-star {
  top: 13px;
  left: 53%;

  font-size: 25px;

  transform: rotate(12deg);
}


.hero-decoration-heart {
  right: 31%;
  bottom: 10px;

  color: rgba(117, 104, 232, 0.28);

  font-size: 29px;

  transform: rotate(-13deg);
}


.hero-decoration-dot {
  top: 28px;
  right: 31%;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: rgba(113, 173, 134, 0.35);
}


.official-catalog {
  margin-top: 22px;

  padding: clamp(18px, 3.5vw, 30px);

  border: 1px solid var(--line);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow: var(--shadow);
}


.catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;

  margin-bottom: 16px;
}


.catalog-heading h2 {
  margin: 5px 0 0;

  font-size: 22px;
  font-weight: 900;
}


.catalog-map-link,
.official-bottom-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 44px;

  padding: 10px 15px;

  border: 1px solid #d9d1fb;
  border-radius: 999px;

  color: #5d4ed0;
  background: #f8f6ff;

  font-size: 12px;
  font-weight: 900;

  text-decoration: none;
}


.catalog-map-link:hover,
.official-bottom-cta a:hover {
  background: #efecff;
}


.catalog-map-link:focus-visible,
.official-bottom-cta a:focus-visible,
.spot-card-action:focus-visible {
  outline: 3px solid rgba(117, 104, 232, 0.24);
  outline-offset: 2px;
}


.catalog-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 10px;

  padding: 6px;

  border: 1px solid #eee8ec;
  border-radius: 22px;

  background: #faf8f9;
}


.catalog-tab {
  display: flex;
  align-items: center;

  gap: 11px;

  min-width: 0;
  min-height: 68px;

  padding: 11px 13px;

  border: 1px solid transparent;
  border-radius: 17px;

  color: #6f646a;
  background: transparent;

  text-align: left;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}


.catalog-tab:hover {
  color: #4e4148;
  background: rgba(255, 255, 255, 0.72);
}


.catalog-tab.is-active {
  border-color: #eadce4;

  color: #4c3e46;
  background: #ffffff;

  box-shadow:
    0 9px 22px
    rgba(64, 46, 54, 0.09);

  transform: translateY(-1px);
}


.catalog-tab:focus-visible {
  outline: 3px solid rgba(117, 104, 232, 0.23);
  outline-offset: 1px;
}


.catalog-tab-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 34px;
  height: 34px;

  border-radius: 50%;

  color: #cf5687;
  background: var(--official-soft);

  font-size: 15px;
  font-weight: 900;
}


.catalog-tab[data-view="past"] .catalog-tab-icon {
  color: #6758c6;
  background: var(--accent-soft);
}


.catalog-tab[data-view="guide"] .catalog-tab-icon {
  color: #498961;
  background: var(--nagano-soft);
}


.catalog-tab > span:last-child {
  display: flex;
  flex-direction: column;

  min-width: 0;
}


.catalog-tab strong {
  overflow: hidden;

  font-size: 12px;

  text-overflow: ellipsis;
  white-space: nowrap;
}


.catalog-tab small {
  overflow: hidden;

  margin-top: 3px;

  color: #978b91;

  font-size: 9px;
  font-weight: 700;

  text-overflow: ellipsis;
  white-space: nowrap;
}


.catalog-panel {
  padding-top: 28px;
}


.catalog-panel:focus-visible {
  outline: none;
}


.panel-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;

  margin-bottom: 18px;
}


.panel-intro h2 {
  margin: 5px 0 5px;

  color: #463b41;

  font-size: clamp(20px, 3vw, 27px);
  font-weight: 900;
}


.panel-intro p {
  margin: 0;

  color: var(--muted);

  font-size: 11px;
  line-height: 1.7;
}


.status-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;

  gap: 6px;
}


.status-summary span,
.archive-note {
  padding: 7px 10px;

  border: 1px solid #ede5e9;
  border-radius: 999px;

  color: #71656c;
  background: #fbf9fa;

  font-size: 9px;
  font-weight: 800;

  white-space: nowrap;
}


.status-summary b {
  color: #c84d7e;

  font-size: 12px;
}


.archive-note {
  color: #6758c6;
  background: #f6f4ff;
}


.catalog-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;

  gap: 10px;

  padding: 13px;

  border: 1px solid #eee8eb;
  border-radius: 18px;

  background: #fbf9fa;
}


.catalog-search-field {
  grid-column: span 2;
}


.catalog-filters label {
  display: flex;
  flex-direction: column;

  gap: 5px;

  min-width: 0;
}


.catalog-filters label > span {
  color: #766b70;

  font-size: 9px;
  font-weight: 900;
}


.catalog-filters input,
.catalog-filters select {
  width: 100%;
  min-height: 44px;

  padding: 9px 11px;

  border: 1px solid #dfd7db;
  border-radius: 12px;

  color: var(--text);
  background: #ffffff;

  font-size: 11px;
}


.catalog-filters input:focus,
.catalog-filters select:focus {
  border-color: #b9afed;
  outline: 3px solid rgba(117, 104, 232, 0.12);
}


.filter-reset-button,
.catalog-message button {
  min-height: 44px;

  padding: 9px 13px;

  border: 1px solid #dfd7db;
  border-radius: 12px;

  color: #685d62;
  background: #ffffff;

  font-size: 10px;
  font-weight: 900;
}


.catalog-active-filters {
  display: flex;
  align-items: flex-start;

  gap: 8px;

  margin-top: 10px;
  padding: 9px 11px;

  border: 1px solid #ebe3e7;
  border-radius: 14px;

  background: #fffafd;
}


.catalog-active-filters > span {
  flex: 0 0 auto;

  padding-top: 6px;

  color: #8a7d84;

  font-size: 8px;
  font-weight: 900;
}


.catalog-filter-chips {
  display: flex;
  flex-wrap: wrap;

  gap: 6px;
}


.catalog-filter-chip {
  display: inline-flex;
  align-items: center;

  gap: 5px;

  min-height: 28px;

  padding: 4px 8px;

  border: 1px solid #ead8e1;
  border-radius: 999px;

  color: #9b4168;
  background: #fff0f6;

  font-size: 8px;
  font-weight: 900;
}


.catalog-filter-chip::after {
  content: "×";

  color: #bd6a8c;

  font-size: 11px;
}


.catalog-filter-chip:hover {
  border-color: #debccc;
  background: #ffe7f1;
}


.catalog-filter-chip:focus-visible {
  outline: 3px solid rgba(244, 119, 168, 0.2);
  outline-offset: 1px;
}


.filter-reset-button:hover,
.catalog-message button:hover {
  border-color: #cfc3c9;
  background: #fff7fa;
}


.result-summary {
  margin: 13px 2px 0;

  color: #776b71;

  font-size: 10px;
  font-weight: 700;
}


.catalog-loading {
  display: flex;
  justify-content: center;

  gap: 7px;

  padding: 42px 0;
}


.catalog-loading span {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #e486ac;

  animation: catalog-bounce 0.9s ease-in-out infinite alternate;
}


.catalog-loading span:nth-child(2) {
  animation-delay: 0.18s;
}


.catalog-loading span:nth-child(3) {
  animation-delay: 0.36s;
}


@keyframes catalog-bounce {
  from {
    opacity: 0.42;
    transform: translateY(3px);
  }

  to {
    opacity: 1;
    transform: translateY(-4px);
  }
}


.catalog-groups {
  display: grid;

  gap: 25px;

  margin-top: 22px;
}


.spot-group {
  min-width: 0;
}


.spot-group-heading {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 10px;
}


.spot-group-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 39px;
  height: 39px;

  border: 1px solid #f0e2e9;
  border-radius: 14px;

  background: #fff5f9;

  font-size: 17px;
}


.spot-group-heading > div {
  min-width: 0;
}


.spot-group-heading h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 7px;

  margin: 0;

  color: #4d4147;

  font-size: 15px;
  font-weight: 900;
}


.spot-group-heading h3 span {
  padding: 2px 7px;

  border-radius: 999px;

  color: #bd4f79;
  background: #fff0f6;

  font-size: 9px;
}


.spot-group-heading p {
  margin: 2px 0 0;

  color: #8b7f85;

  font-size: 9px;
}


.spot-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 11px;
}


.official-spot-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 100%;

  padding: 15px;

  border: 1px solid #ece5e8;
  border-radius: 19px;

  background:
    linear-gradient(
      155deg,
      #ffffff,
      #fffcfd
    );

  box-shadow:
    0 8px 22px
    rgba(68, 49, 58, 0.06);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}


.official-spot-card:hover {
  border-color: #e4d3dc;

  box-shadow:
    0 12px 27px
    rgba(68, 49, 58, 0.10);

  transform: translateY(-2px);
}


.spot-card-badges {
  display: flex;
  flex-wrap: wrap;

  gap: 5px;

  margin-bottom: 9px;
}


.spot-status-badge,
.spot-type-badge,
.spot-saved-badge {
  display: inline-flex;
  align-items: center;

  min-height: 22px;

  padding: 3px 7px;

  border-radius: 999px;

  font-size: 8px;
  font-weight: 900;
}


.spot-saved-favorite {
  color: #bd3f70;
  background: #fff0f6;
}


.spot-saved-visited {
  color: #277553;
  background: #e9f8f0;
}


.spot-status-badge {
  color: #b43f6e;
  background: #ffeaf3;
}


.spot-status-badge.status-permanent {
  color: #367d53;
  background: #eaf7ef;
}


.spot-status-badge.status-upcoming {
  color: #6655c8;
  background: #f0edff;
}


.spot-status-badge.status-ending-soon {
  color: #9a6815;
  background: #fff4d6;
}


.spot-status-badge.status-ended {
  color: #786d72;
  background: #f1edef;
}


.spot-status-badge.status-cancelled {
  color: #b33b45;
  background: #ffeaec;
}


.spot-type-badge {
  color: #6d6267;
  background: #f5f1f3;
}


.official-spot-card h4 {
  margin: 0;

  color: #43383e;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.45;
}


.spot-card-brand {
  margin: 5px 0 0;

  color: #c34f7d;

  font-size: 9px;
  font-weight: 800;
}


.spot-card-details {
  display: grid;

  gap: 7px;

  margin: 13px 0 0;
}


.spot-card-details > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);

  gap: 7px;
}


.spot-card-details dt {
  color: #94888e;

  font-size: 8px;
  font-weight: 900;
}


.spot-card-details dd {
  min-width: 0;

  margin: 0;

  color: #61565b;

  font-size: 9px;
  font-weight: 600;

  line-height: 1.55;
  overflow-wrap: anywhere;
}


.spot-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 7px;

  margin-top: auto;
  padding-top: 14px;
}


.spot-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 8px 9px;

  border: 1px solid #ded6da;
  border-radius: 11px;

  color: #665b60;
  background: #ffffff;

  font-size: 9px;
  font-weight: 900;

  text-align: center;
  text-decoration: none;
}


.spot-card-action-map {
  border-color: #d7cffc;

  color: #5d4ed0;
  background: #f7f5ff;
}


.spot-card-action:hover {
  background: #faf6f8;
}


.spot-card-action-map:hover {
  background: #eeebff;
}


.catalog-message {
  margin-top: 20px;
  padding: 27px 20px;

  border: 1px dashed #dfd5da;
  border-radius: 18px;

  color: #756a70;
  background: #fcfafb;

  text-align: center;
}


.catalog-message strong {
  color: #51464b;

  font-size: 13px;
}


.catalog-message p {
  margin: 5px 0 13px;

  font-size: 10px;
}


.catalog-error {
  border-color: #efc7ce;

  background: #fff6f7;
}


.quick-choice {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 9px;

  margin-bottom: 28px;
}


.quick-choice > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;

  column-gap: 8px;

  padding: 11px;

  border: 1px solid #ece4e8;
  border-radius: 16px;

  background: #fffafd;
}


.quick-choice span {
  grid-row: 1 / 3;

  font-size: 22px;

  text-align: center;
}


.quick-choice b {
  font-size: 10px;
}


.quick-choice small {
  overflow: hidden;

  color: #8e8288;

  font-size: 8px;

  text-overflow: ellipsis;
  white-space: nowrap;
}


.guide-section + .guide-section {
  margin-top: 32px;
}


.guide-section-heading {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 12px;
}


.guide-section-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 43px;
  height: 43px;

  border-radius: 15px;

  background: #fff1f7;

  font-size: 20px;
}


.guide-section-heading h3 {
  margin: 0;

  font-size: 16px;
  font-weight: 900;
}


.guide-section-heading p {
  margin: 2px 0 0;

  color: #8b7f85;

  font-size: 9px;
}


.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 11px;
}


.guide-card {
  --guide-color: #d45c8a;
  --guide-soft: #fff0f6;

  position: relative;

  overflow: hidden;

  padding: 16px;

  border: 1px solid #ece4e8;
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 100% 0,
      var(--guide-soft) 0 26%,
      transparent 26.5%
    ),
    #ffffff;
}


.guide-card-purple {
  --guide-color: #6c5dcc;
  --guide-soft: #f0edff;
}


.guide-card-yellow {
  --guide-color: #9a6d20;
  --guide-soft: #fff5dc;
}


.guide-card-orange {
  --guide-color: #bd6540;
  --guide-soft: #fff0e9;
}


.guide-card-green {
  --guide-color: #43825b;
  --guide-soft: #eaf7ef;
}


.guide-card-blue {
  --guide-color: #437f9e;
  --guide-soft: #eaf6fb;
}


.guide-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

  gap: 7px;
}


.guide-card-top span {
  padding: 3px 7px;

  border-radius: 999px;

  color: var(--guide-color);
  background: var(--guide-soft);

  font-size: 8px;
  font-weight: 900;
}


.guide-card-top b {
  color: #91858b;

  font-size: 8px;
}


.guide-card h4 {
  margin: 13px 0 7px;

  color: #473c42;

  font-size: 15px;
  font-weight: 900;
}


.guide-card > p {
  min-height: 61px;

  margin: 0;

  color: #70646a;

  font-size: 9px;
  line-height: 1.75;
}


.guide-card dl {
  display: grid;

  gap: 6px;

  margin: 12px 0 0;
  padding-top: 11px;

  border-top: 1px dashed #e7dfe3;
}


.guide-card dl > div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);

  gap: 7px;
}


.guide-card dt {
  color: #998d93;

  font-size: 8px;
  font-weight: 900;
}


.guide-card dd {
  margin: 0;

  color: #5f555a;

  font-size: 8px;
  font-weight: 700;
}


.guide-caution {
  display: flex;
  align-items: flex-start;

  gap: 11px;

  margin-top: 24px;
  padding: 15px;

  border: 1px solid #f0dfad;
  border-radius: 17px;

  color: #715d35;
  background: #fff9e9;
}


.guide-caution > span {
  flex: 0 0 auto;

  font-size: 18px;
}


.guide-caution p {
  margin: 0;

  font-size: 9px;
  line-height: 1.75;
}


.guide-caution strong {
  display: block;

  margin-bottom: 2px;

  color: #5d4a25;

  font-size: 10px;
}


.official-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 22px;
  padding: 23px 25px;

  border: 1px solid #e7dff0;
  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      #ffffff,
      #f7f4ff
    );
}


.official-bottom-cta h2 {
  margin: 5px 0 4px;

  font-size: 19px;
}


.official-bottom-cta p {
  margin: 0;

  color: #7c7076;

  font-size: 10px;
}


.official-bottom-cta a {
  flex: 0 0 auto;

  padding-inline: 18px;
}


@media (max-width: 900px) {
  .official-hero {
    grid-template-columns: 1fr;
  }

  .official-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stat {
    min-height: 88px;
  }

  .catalog-filters,
  #catalog-panel-past .catalog-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-reset-button {
    width: 100%;
  }

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

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


@media (max-width: 680px) {
  .official-shell {
    width: min(100% - 20px, 1180px);

    padding-top: 14px;
  }

  .official-hero {
    gap: 20px;

    border-radius: 23px;
  }

  .official-hero h2 {
    font-size: 25px;
  }

  .official-hero-copy p {
    font-size: 11px;
  }

  .official-hero-stats {
    gap: 6px;
  }

  .hero-stat {
    min-height: 80px;

    padding: 10px 4px;

    border-radius: 18px;
  }

  .hero-stat-number {
    font-size: 22px;
  }

  .hero-stat-label {
    font-size: 8px;
  }

  .official-catalog {
    margin-top: 13px;

    padding: 14px;

    border-radius: 23px;
  }

  .catalog-heading {
    align-items: center;

    margin-bottom: 12px;
  }

  .catalog-heading h2 {
    font-size: 18px;
  }

  .catalog-map-link {
    padding-inline: 12px;

    font-size: 10px;
  }

  .catalog-tabs {
    grid-template-columns: 1fr;

    gap: 6px;

    border-radius: 18px;
  }

  .catalog-tab {
    min-height: 55px;

    border-radius: 14px;
  }

  .catalog-tab strong,
  .catalog-tab small {
    white-space: normal;
  }

  .catalog-panel {
    padding-top: 22px;
  }

  .panel-intro,
  .official-bottom-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .status-summary {
    justify-content: flex-start;
  }

  .archive-note {
    align-self: flex-start;
  }

  .catalog-filters,
  #catalog-panel-past .catalog-filters {
    grid-template-columns: 1fr;
  }

  .catalog-search-field {
    grid-column: span 1;
  }

  .catalog-active-filters {
    flex-direction: column;
  }

  .catalog-active-filters > span {
    padding-top: 0;
  }

  .spot-card-grid,
  .guide-grid,
  .quick-choice {
    grid-template-columns: 1fr;
  }

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

  .guide-card > p {
    min-height: 0;
  }

  .official-bottom-cta a {
    width: 100%;
  }
}


@media (prefers-reduced-motion: reduce) {
  .catalog-loading span {
    animation: none;
  }

  .catalog-tab,
  .official-spot-card {
    transition: none;
  }
}
