/* =========================================================
   TOKYO PUB CRAWL — SHARED GUIDE STYLES
   One cached stylesheet for all editorial guide pages.
   Page-specific rules are scoped to a body class so layouts
   cannot interfere with one another.
   ========================================================= */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* =========================================================
   tokyo-nightlife-women.html
   ========================================================= */
body.guide-women {
  --bg: #08090d;
  --bg-soft: #101218;
  --card: #13161d;
  --card-2: #181c25;
  --text: #f7f7f7;
  --muted: #b8bec9;
  --line: rgba(255,255,255,.1);
  --pink: #ff4f93;
  --pink-soft: #ff79aa;
  --purple: #9b7cff;
  --blue: #65c9ff;
  --green: #5ee1ae;
  --yellow: #ffd36d;
  --max: 1080px;
  --radius: 24px;
}
body.guide-women * {
  box-sizing: border-box;
}
body.guide-women {
  margin: 0;
  background: radial-gradient(circle at 20% 0%, rgba(255,79,147,.10), transparent 30%),
        radial-gradient(circle at 85% 15%, rgba(101,201,255,.08), transparent 32%),
        var(--bg);
  color: var(--text);
  font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
  line-height: 1.65;
}
body.guide-women a {
  color: inherit;
  text-decoration: none;
}
body.guide-women img {
  max-width: 100%;
  display: block;
}
body.guide-women .wrap {
  width: min(calc(100% - 34px), var(--max));
  margin: 0 auto;
}
body.guide-women .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,9,13,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
body.guide-women .header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body.guide-women .brand {
  font-weight: 900;
  letter-spacing: .04em;
  font-size: .9rem;
  white-space: nowrap;
}
body.guide-women .header-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: .9rem;
  color: var(--muted);
}
body.guide-women .header-nav a:hover {
  color: #fff;
}
body.guide-women .ticket-btn {
  background: #fff;
  color: #07080b;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
}
body.guide-women .hero {
  padding: 88px 0 54px;
  text-align: center;
}
body.guide-women .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius: 999px;
  padding: 8px 13px;
  color: #ddd;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
body.guide-women .hero h1 {
  font-size: clamp(2.5rem,7vw,5.6rem);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 920px;
  margin: 0 auto 25px;
}
body.guide-women .hero h1 span {
  background: linear-gradient(
        90deg,
        var(--pink-soft),
        #dca8ff,
        var(--blue)
      );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.guide-women .hero-sub {
  max-width: 760px;
  margin: 0 auto;
  color: #d1d5dd;
  font-size: clamp(1rem,2.2vw,1.25rem);
}
body.guide-women .quick-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 29px;
}
body.guide-women .pill {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  color: #e4e5e8;
  font-size: .85rem;
  font-weight: 700;
}
body.guide-women .intro-card {
  margin: 22px auto 72px;
  max-width: 860px;
  padding: 30px;
  background: linear-gradient(
          145deg,
          rgba(255,79,147,.12),
          rgba(101,201,255,.05)
        );
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
}
body.guide-women .intro-card p {
  margin: 0 0 16px;
  font-size: 1.04rem;
  color: #e3e5e9;
}
body.guide-women .intro-card p:last-child {
  margin-bottom: 0;
}
body.guide-women .article {
  max-width: 820px;
  margin: 0 auto;
}
body.guide-women section {
  margin: 0 0 78px;
  scroll-margin-top: 90px;
}
body.guide-women section h2 {
  font-size: clamp(2rem,4vw,3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 0 0 20px;
}
body.guide-women section h3 {
  margin: 38px 0 12px;
  font-size: 1.45rem;
  line-height: 1.2;
}
body.guide-women section p {
  color: #d2d5dc;
  font-size: 1.02rem;
  margin: 0 0 18px;
}
body.guide-women strong {
  color: #fff;
}
body.guide-women .lead {
  font-size: 1.18rem;
  color: #eff1f4;
}
body.guide-women .highlight {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--pink);
  background: rgba(255,255,255,.04);
  border-radius: 0 18px 18px 0;
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
}
body.guide-women .areas {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}
body.guide-women .area {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 27px;
}
body.guide-women .area-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
}
body.guide-women .area h3 {
  margin: 0;
  font-size: 1.55rem;
}
body.guide-women .area-tag {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #ddd;
}
body.guide-women .area p:last-child {
  margin-bottom: 0;
}
body.guide-women .best {
  color: #fff !important;
  font-weight: 700;
}
body.guide-women .staff-box {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 100% 0%, rgba(94,225,174,.15), transparent 35%),
        linear-gradient(135deg,#141922,#101318);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  padding: 32px;
  margin: 36px 0 70px;
}
body.guide-women .staff-box .label {
  display: inline-block;
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 10px;
}
body.guide-women .staff-box h3 {
  margin: 0 0 14px;
  font-size: 1.7rem;
}
body.guide-women .staff-box p {
  margin-bottom: 14px;
}
body.guide-women .crawl-box {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
          circle at 90% 0%,
          rgba(255,79,147,.22),
          transparent 35%
        ),
        linear-gradient(
          135deg,
          #171923,
          #101116
        );
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 38px;
  margin: 70px 0;
}
body.guide-women .crawl-box h2 {
  max-width: 650px;
}
body.guide-women .crawl-box .disclosure {
  color: var(--pink-soft);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
  margin-bottom: 12px;
}
body.guide-women .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}
body.guide-women .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .15s ease;
}
body.guide-women .btn:hover {
  transform: translateY(-2px);
}
body.guide-women .btn-primary {
  background: #fff;
  color: #08090c;
}
body.guide-women .btn-secondary {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
}
body.guide-women .timeline {
  margin: 28px 0;
  display: grid;
  gap: 12px;
}
body.guide-women .time {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: start;
  gap: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 16px 18px;
}
body.guide-women .clock {
  color: var(--pink-soft);
  font-weight: 900;
}
body.guide-women .time span:last-child {
  color: #e0e2e7;
}
body.guide-women .safety-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 28px;
}
body.guide-women .safety {
  padding: 21px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
}
body.guide-women .safety-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
body.guide-women .safety strong {
  display: block;
  margin-bottom: 5px;
}
body.guide-women .safety p {
  font-size: .92rem;
  margin: 0;
}
body.guide-women .guides {
  padding: 72px 0 92px;
  border-top: 1px solid var(--line);
  margin-top: 80px;
}
body.guide-women .guides h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 8px;
}
body.guide-women .guides-intro {
  text-align: center;
  color: var(--muted);
  margin-bottom: 28px;
}
body.guide-women .guide-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
body.guide-women .guide-link {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  transition: .18s ease;
}
body.guide-women .guide-link:hover {
  background: var(--card-2);
  transform: translateY(-2px);
}
body.guide-women .guide-link strong {
  display: block;
  margin-bottom: 5px;
}
body.guide-women .guide-link span {
  color: var(--muted);
  font-size: .9rem;
}
body.guide-women .faq {
  max-width: 820px;
  margin: 0 auto 80px;
}
body.guide-women details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
body.guide-women details:last-child {
  border-bottom: 1px solid var(--line);
}
body.guide-women summary {
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
  list-style: none;
}
body.guide-women summary::-webkit-details-marker {
  display: none;
}
body.guide-women details p {
  color: var(--muted);
  padding-top: 12px;
  margin: 0;
}
body.guide-women footer {
  text-align: center;
  padding: 36px 20px 50px;
  color: #888e99;
  border-top: 1px solid var(--line);
  font-size: .86rem;
}
body.guide-women footer a {
  color: #d6d9df;
}
@media (max-width:720px) {
  body.guide-women .header-nav a:not(.ticket-btn) {
    display: none;
  }
  body.guide-women .hero {
    padding-top: 60px;
  }
  body.guide-women .intro-card, body.guide-women .staff-box {
    padding: 24px;
  }
  body.guide-women .crawl-box {
    padding: 28px 23px;
  }
  body.guide-women .safety-grid, body.guide-women .guide-grid {
    grid-template-columns: 1fr;
  }
  body.guide-women .time {
    grid-template-columns: 78px 1fr;
  }
  body.guide-women section {
    margin-bottom: 60px;
  }
}

/* =========================================================
   1000-nights-tokyo.html
   ========================================================= */
body.guide-1000-nights {
  --bg: #0b0b0d;
  --bg2: #121216;
  --card: #17171c;
  --text: #f5f5f7;
  --muted: #b7b7c0;
  --soft: #8d8d98;
  --line: rgba(255,255,255,.09);
  --accent: #ff3f72;
  --accent2: #ff9d4d;
  --max: 980px;
}
body.guide-1000-nights * {
  box-sizing: border-box;
}
body.guide-1000-nights {
  margin: 0;
  background: radial-gradient(circle at top right, rgba(255,63,114,.09), transparent 30%),
        radial-gradient(circle at top left, rgba(255,157,77,.06), transparent 25%),
        var(--bg);
  color: var(--text);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.guide-1000-nights a {
  color: inherit;
  text-decoration: none;
}
body.guide-1000-nights .wrap {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}
body.guide-1000-nights .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(11,11,13,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
body.guide-1000-nights .topbar-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
body.guide-1000-nights .brand {
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.guide-1000-nights .nav {
  display: flex;
  gap: 18px;
  font-size: .9rem;
  color: var(--muted);
}
body.guide-1000-nights .hero {
  padding: 88px 0 58px;
}
body.guide-1000-nights .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffd2de;
}
body.guide-1000-nights .eyebrow:before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent);
}
body.guide-1000-nights h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.7rem,7vw,5.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}
body.guide-1000-nights .hero-sub {
  max-width: 730px;
  margin: 28px 0 0;
  font-size: clamp(1.05rem,2vw,1.3rem);
  color: var(--muted);
}
body.guide-1000-nights .hero-meta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.guide-1000-nights .pill {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d7d7dc;
  font-size: .83rem;
  background: rgba(255,255,255,.025);
}
body.guide-1000-nights .hero-image {
  margin-top: 54px;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.05)),
        url("/images/1000-nights-tokyo.jpg") center/cover no-repeat,
        #222;
  border: 1px solid var(--line);
}
body.guide-1000-nights .hero-image-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  max-width: 650px;
  color: #e7e7eb;
}
body.guide-1000-nights .intro {
  padding: 28px 0 30px;
}
body.guide-1000-nights .intro-box {
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 22px;
  max-width: 780px;
  color: #d6d6dc;
  font-size: 1.08rem;
}
body.guide-1000-nights .section {
  padding: 72px 0 12px;
}
body.guide-1000-nights .section-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 8px;
}
body.guide-1000-nights .section h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem,4vw,3.6rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}
body.guide-1000-nights .items {
  margin-top: 36px;
}
body.guide-1000-nights .item {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
}
body.guide-1000-nights .num {
  font-weight: 900;
  color: var(--accent);
  padding-top: 5px;
}
body.guide-1000-nights .item h3 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem,2.4vw,1.8rem);
  line-height: 1.2;
}
body.guide-1000-nights .item p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 760px;
}
body.guide-1000-nights .item p + p {
  margin-top: 12px;
}
body.guide-1000-nights .quote {
  margin: 14px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
}
body.guide-1000-nights .final-item {
  margin-top: 54px;
  padding: 44px;
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(255,63,114,.22), transparent 30%),
        var(--card);
  border: 1px solid rgba(255,255,255,.12);
}
body.guide-1000-nights .final-item h2 {
  margin: 0;
  font-size: clamp(2rem,5vw,4rem);
  line-height: 1.02;
}
body.guide-1000-nights .final-item p {
  max-width: 760px;
  color: #d2d2d8;
  font-size: 1.08rem;
  margin: 20px 0 0;
}
body.guide-1000-nights .final-line {
  margin-top: 26px !important;
  font-size: 1.35rem !important;
  font-weight: 800;
  color: #fff !important;
}
body.guide-1000-nights .cta-area {
  padding: 90px 0;
}
body.guide-1000-nights .cta-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
body.guide-1000-nights .cta-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 20px;
}
body.guide-1000-nights .cta-small {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .7rem;
  font-weight: 900;
}
body.guide-1000-nights .cta-card h3 {
  margin: 12px 0 8px;
  font-size: 1.35rem;
}
body.guide-1000-nights .cta-card p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}
body.guide-1000-nights .cta-arrow {
  margin-top: 24px;
  font-size: 1.4rem;
}
body.guide-1000-nights footer {
  border-top: 1px solid var(--line);
  padding: 38px 0 50px;
  color: var(--soft);
  font-size: .85rem;
}
@media (max-width:760px) {
  body.guide-1000-nights .nav {
    display: none;
  }
  body.guide-1000-nights .hero {
    padding-top: 62px;
  }
  body.guide-1000-nights .hero-image {
    min-height: 300px;
    border-radius: 18px;
  }
  body.guide-1000-nights .item {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }
  body.guide-1000-nights .cta-grid {
    grid-template-columns: 1fr;
  }
  body.guide-1000-nights .final-item {
    padding: 25px;
  }
}

/* =========================================================
   japan-facts.html
   ========================================================= */
body.guide-japan-facts {
  --bg: #07090c;
  --panel: #11151b;
  --text: #f6f7f8;
  --muted: #a9b0ba;
  --yellow: #ffd21c;
  --pink: #ff4f9a;
  --cyan: #5cecf0;
  --line: rgba(255,255,255,.11);
  --max: 1050px;
}
body.guide-japan-facts * {
  box-sizing: border-box;
}
body.guide-japan-facts {
  margin: 0;
  background: radial-gradient(circle at 10% 0,rgba(255,210,28,.08),transparent 26rem),radial-gradient(circle at 90% 8%,rgba(92,236,240,.07),transparent 25rem),var(--bg);
  color: var(--text);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height: 1.68;
}
body.guide-japan-facts a {
  color: inherit;
  text-decoration: none;
}
body.guide-japan-facts img {
  display: block;
  width: 100%;
}
body.guide-japan-facts .container {
  width: min(calc(100% - 34px),var(--max));
  margin: auto;
}
body.guide-japan-facts header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,9,12,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
body.guide-japan-facts .nav {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body.guide-japan-facts .logo {
  font-weight: 950;
  letter-spacing: .04em;
}
body.guide-japan-facts .navlinks {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 13px;
  color: #d9dce1;
}
body.guide-japan-facts .navcta {
  background: var(--pink);
  padding: 10px 15px;
  border-radius: 999px;
  font-weight: 900;
}
body.guide-japan-facts .hero {
  padding: 78px 0 40px;
}
body.guide-japan-facts .kicker {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
body.guide-japan-facts h1 {
  font-size: clamp(48px,8vw,90px);
  line-height: .96;
  letter-spacing: -.055em;
  margin: 0;
  max-width: 970px;
}
body.guide-japan-facts h1 span {
  color: var(--yellow);
}
body.guide-japan-facts .lead {
  max-width: 800px;
  margin: 24px 0 10px;
  color: #e1e4e8;
  font-size: clamp(19px,2.1vw,24px);
}
body.guide-japan-facts .sub {
  max-width: 760px;
  color: var(--muted);
  margin: 0;
}
body.guide-japan-facts .hero-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 9px;
  margin-top: 28px;
}
body.guide-japan-facts .hero-grid a {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
body.guide-japan-facts .hero-photo {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}
body.guide-japan-facts .hero-photo img {
  height: 430px;
  object-fit: cover;
}
body.guide-japan-facts .facts-section {
  width: min(calc(100% - 34px),var(--max));
  margin: auto;
  padding: 64px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
body.guide-japan-facts .section-head {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
body.guide-japan-facts .section-head span {
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-top: 7px;
}
body.guide-japan-facts .section-head h2 {
  margin: 0;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-japan-facts .facts-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.guide-japan-facts .fact {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
body.guide-japan-facts .num {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #242a31;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 950;
}
body.guide-japan-facts .fact h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.25;
}
body.guide-japan-facts .fact p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
body.guide-japan-facts .photo-break {
  grid-column: 1/-1;
  margin: 10px 0 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #0d1014;
}
body.guide-japan-facts .photo-break img {
  height: 360px;
  object-fit: cover;
}
body.guide-japan-facts .related {
  padding: 72px 0;
}
body.guide-japan-facts .related-box {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg,#12171d,#171017);
}
body.guide-japan-facts .related-box h2 {
  margin: 0 0 8px;
  font-size: 34px;
}
body.guide-japan-facts .related-box p {
  color: var(--muted);
  margin: 0 0 20px;
}
body.guide-japan-facts .links {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 9px;
}
body.guide-japan-facts .links a {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
  font-weight: 800;
}
body.guide-japan-facts footer {
  border-top: 1px solid var(--line);
  padding: 26px 0 60px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width:760px) {
  body.guide-japan-facts .navlinks a:not(.navcta) {
    display: none;
  }
  body.guide-japan-facts .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.guide-japan-facts .hero-photo img {
    height: 300px;
  }
  body.guide-japan-facts .section-head {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  body.guide-japan-facts .facts-list {
    grid-template-columns: 1fr;
  }
  body.guide-japan-facts .photo-break img {
    height: 260px;
  }
  body.guide-japan-facts .links {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   TOKYO PUB CRAWL — INTERCONNECTED GUIDE NETWORK
   Safe to reuse on every editorial page.
========================================================= */
body.guide-japan-facts .tpc-guide-network {
  padding: 64px 18px 72px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 12% 0%,rgba(255,63,112,.10),transparent 28rem),
    radial-gradient(circle at 88% 100%,rgba(92,236,240,.07),transparent 26rem),
    rgba(5,6,10,.72);
}
body.guide-japan-facts .tpc-guide-network * {
  box-sizing: border-box;
}
body.guide-japan-facts .tpc-guide-network__inner {
  width: min(1100px,100%);
  margin: 0 auto;
}
body.guide-japan-facts .tpc-guide-network__eyebrow {
  margin: 0 0 8px;
  color: #ffcc53;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.guide-japan-facts .tpc-guide-network h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-japan-facts .tpc-guide-network__intro {
  max-width: 720px;
  margin: 12px 0 24px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-japan-facts .tpc-guide-network__grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
}
body.guide-japan-facts .tpc-guide-network__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
  transition: transform .18s ease,border-color .18s ease,background .18s ease;
}
body.guide-japan-facts .tpc-guide-network__card:hover, body.guide-japan-facts .tpc-guide-network__card:focus {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.06);
}
body.guide-japan-facts .tpc-guide-network__card[aria-current="page"] {
  border-color: rgba(255,79,154,.42);
  background: linear-gradient(145deg,rgba(255,79,154,.12),rgba(92,236,240,.04)),
    rgba(255,255,255,.035);
}
body.guide-japan-facts .tpc-guide-network__icon {
  display: block;
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 1;
}
body.guide-japan-facts .tpc-guide-network__card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
body.guide-japan-facts .tpc-guide-network__card span:last-child {
  color: rgba(255,255,255,.60);
  font-size: 12.5px;
  line-height: 1.45;
}
body.guide-japan-facts .tpc-guide-network__current {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #ffb9d5 !important;
  background: rgba(255,79,154,.11);
  border: 1px solid rgba(255,79,154,.22);
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width:920px) {
  body.guide-japan-facts .tpc-guide-network__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:560px) {
  body.guide-japan-facts .tpc-guide-network {
    padding: 52px 14px 58px;
  }
  body.guide-japan-facts .tpc-guide-network__grid {
    grid-template-columns: 1fr;
  }
  body.guide-japan-facts .tpc-guide-network__card {
    min-height: 0;
  }
}

/* =========================================================
   nightlife-psychology.html
   ========================================================= */
body.guide-psychology {
  --bg: #08080a;
  --panel: #111116;
  --panel2: #17171d;
  --text: #f7f7f8;
  --muted: #aaaab5;
  --line: rgba(255,255,255,.10);
  --pink: #ff3f70;
  --yellow: #ffd84d;
  --cyan: #6ce5e8;
  --max: 1050px;
}
body.guide-psychology * {
  box-sizing: border-box;
}
body.guide-psychology {
  margin: 0;
  color: var(--text);
  background: radial-gradient(
          circle at 12% 0%,
          rgba(255,63,112,.17),
          transparent 27rem
        ),
        radial-gradient(
          circle at 90% 8%,
          rgba(108,229,232,.08),
          transparent 25rem
        ),
        var(--bg);
  font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
  line-height: 1.72;
}
body.guide-psychology a {
  color: inherit;
  text-decoration: none;
}
body.guide-psychology img {
  display: block;
  width: 100%;
  height: auto;
}
body.guide-psychology .container {
  width: min(calc(100% - 36px), var(--max));
  margin: auto;
}
body.guide-psychology header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,10,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
body.guide-psychology .nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body.guide-psychology .logo {
  font-weight: 950;
  letter-spacing: .04em;
  font-size: 17px;
}
body.guide-psychology .navlinks {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #d6d6de;
  font-size: 14px;
}
body.guide-psychology .navcta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--pink);
  font-weight: 900;
  color: white;
}
body.guide-psychology .hero {
  padding: 82px 0 48px;
}
body.guide-psychology .kicker {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 17px;
}
body.guide-psychology h1 {
  font-size: clamp(48px, 8vw, 91px);
  line-height: .97;
  letter-spacing: -.055em;
  margin: 0;
  max-width: 970px;
}
body.guide-psychology h1 span {
  color: var(--pink);
}
body.guide-psychology .lead {
  font-size: clamp(19px,2.2vw,24px);
  max-width: 790px;
  color: #e1e1e7;
  margin: 27px 0 14px;
}
body.guide-psychology .sublead {
  max-width: 780px;
  color: var(--muted);
  margin: 0;
}
body.guide-psychology .promise {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
body.guide-psychology .promise div {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 16px;
}
body.guide-psychology .promise strong {
  display: block;
  color: var(--yellow);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
body.guide-psychology .promise span {
  font-size: 14px;
  color: #d6d6df;
}
body.guide-psychology .hero-image {
  margin-top: 34px;
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: #111;
}
body.guide-psychology .hero-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
body.guide-psychology .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          to top,
          rgba(5,5,8,.90),
          rgba(5,5,8,.12) 58%
        );
}
body.guide-psychology .hero-quote {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 28px;
  max-width: 800px;
  font-size: clamp(26px,4vw,43px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.025em;
}
body.guide-psychology .hero-quote small {
  display: block;
  margin-top: 12px;
  max-width: 700px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #d0d0da;
  letter-spacing: 0;
}
body.guide-psychology .jump {
  position: sticky;
  top: 68px;
  z-index: 40;
  background: rgba(8,8,10,.93);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
body.guide-psychology .jumpinner {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 10px 0;
  scrollbar-width: none;
}
body.guide-psychology .jumpinner::-webkit-scrollbar {
  display: none;
}
body.guide-psychology .jump a {
  white-space: nowrap;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #141419;
  font-size: 12px;
  color: #d0d0d8;
}
body.guide-psychology section.article {
  padding: 75px 0;
  border-bottom: 1px solid rgba(255,255,255,.055);
}
body.guide-psychology .head {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 26px;
  margin-bottom: 25px;
}
body.guide-psychology .num {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .15em;
  color: var(--pink);
  text-transform: uppercase;
  padding-top: 8px;
}
body.guide-psychology h2 {
  font-size: clamp(31px,4vw,48px);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 0;
}
body.guide-psychology .hook {
  font-size: 20px;
  color: #e2e2e8;
  max-width: 800px;
  margin: 15px 0 0;
}
body.guide-psychology .layers {
  margin-left: 171px;
  max-width: 780px;
}
body.guide-psychology .layer {
  position: relative;
  padding: 0 0 25px 30px;
  border-left: 1px solid rgba(255,255,255,.12);
}
body.guide-psychology .layer:last-child {
  padding-bottom: 0;
}
body.guide-psychology .layer::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
}
body.guide-psychology .layer strong {
  display: block;
  font-size: 13px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
body.guide-psychology .layer p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
body.guide-psychology .layer p b {
  color: #ededf2;
}
body.guide-psychology .realization {
  margin: 28px 0 0 171px;
  max-width: 780px;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,63,112,.22);
  background: linear-gradient(
          135deg,
          rgba(255,63,112,.08),
          rgba(255,216,77,.04)
        );
}
body.guide-psychology .realization span {
  display: block;
  font-size: 11px;
  color: var(--pink);
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.guide-psychology .realization strong {
  font-size: 21px;
  line-height: 1.35;
}
body.guide-psychology .photo-break {
  margin-top: 34px;
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #111;
}
body.guide-psychology .photo-break img {
  height: 360px;
  object-fit: cover;
}
body.guide-psychology .photo-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          to top,
          rgba(5,5,8,.88),
          rgba(5,5,8,.08) 60%
        );
}
body.guide-psychology .photo-caption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 22px;
}
body.guide-psychology .photo-caption .tag {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.guide-psychology .photo-caption h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(23px,3vw,34px);
  line-height: 1.08;
}
body.guide-psychology .break {
  margin: 0;
  padding: 68px 0;
  background: linear-gradient(
          135deg,
          rgba(255,63,112,.055),
          rgba(108,229,232,.025)
        );
}
body.guide-psychology .break blockquote {
  margin: 0 auto;
  max-width: 880px;
  font-size: clamp(28px,4vw,48px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
}
body.guide-psychology .break p {
  max-width: 750px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 16px;
}
body.guide-psychology .lab {
  padding: 82px 0;
}
body.guide-psychology .labbox {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(
          135deg,
          #171218,
          #111116
        );
}
body.guide-psychology .labbox .kicker {
  margin-bottom: 9px;
}
body.guide-psychology .labbox h2 {
  max-width: 800px;
}
body.guide-psychology .labbox > p {
  max-width: 780px;
  color: #d0d0d9;
  font-size: 17px;
}
body.guide-psychology .formula {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
body.guide-psychology .formula span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #202027;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
}
body.guide-psychology .formula i {
  font-style: normal;
  align-self: center;
  color: var(--pink);
  font-weight: 950;
}
body.guide-psychology .related {
  padding: 70px 0;
}
body.guide-psychology .related h2 {
  margin-bottom: 20px;
}
body.guide-psychology .links {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
body.guide-psychology .links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  font-weight: 800;
}
body.guide-psychology .cta {
  text-align: center;
  padding: 88px 0;
}
body.guide-psychology .cta h2 {
  max-width: 830px;
  margin: 0 auto;
}
body.guide-psychology .cta p {
  max-width: 680px;
  margin: 15px auto 24px;
  color: var(--muted);
}
body.guide-psychology .btn {
  display: inline-flex;
  padding: 13px 21px;
  border-radius: 999px;
  background: var(--pink);
  font-weight: 900;
}
body.guide-psychology footer {
  padding: 28px 0 70px;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width:760px) {
  body.guide-psychology .navlinks a:not(.navcta) {
    display: none;
  }
  body.guide-psychology .hero {
    padding-top: 56px;
  }
  body.guide-psychology .promise {
    grid-template-columns: 1fr;
  }
  body.guide-psychology .hero-image, body.guide-psychology .hero-image img {
    min-height: 330px;
    height: 330px;
  }
  body.guide-psychology .hero-quote {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  body.guide-psychology .head {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  body.guide-psychology .layers, body.guide-psychology .realization {
    margin-left: 0;
  }
  body.guide-psychology .links {
    grid-template-columns: 1fr;
  }
  body.guide-psychology section.article {
    padding: 58px 0;
  }
  body.guide-psychology .break {
    padding: 55px 0;
  }
  body.guide-psychology .photo-break, body.guide-psychology .photo-break img {
    min-height: 285px;
    height: 285px;
  }
}
/* =========================================================
   TOKYO PUB CRAWL — INTERCONNECTED GUIDE NETWORK
   Safe to reuse on every editorial page.
========================================================= */
body.guide-psychology .tpc-guide-network {
  padding: 64px 18px 72px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 12% 0%,rgba(255,63,112,.10),transparent 28rem),
    radial-gradient(circle at 88% 100%,rgba(92,236,240,.07),transparent 26rem),
    rgba(5,6,10,.72);
}
body.guide-psychology .tpc-guide-network * {
  box-sizing: border-box;
}
body.guide-psychology .tpc-guide-network__inner {
  width: min(1100px,100%);
  margin: 0 auto;
}
body.guide-psychology .tpc-guide-network__eyebrow {
  margin: 0 0 8px;
  color: #ffcc53;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.guide-psychology .tpc-guide-network h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-psychology .tpc-guide-network__intro {
  max-width: 720px;
  margin: 12px 0 24px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-psychology .tpc-guide-network__grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
}
body.guide-psychology .tpc-guide-network__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
  transition: transform .18s ease,border-color .18s ease,background .18s ease;
}
body.guide-psychology .tpc-guide-network__card:hover, body.guide-psychology .tpc-guide-network__card:focus {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.06);
}
body.guide-psychology .tpc-guide-network__card[aria-current="page"] {
  border-color: rgba(255,79,154,.42);
  background: linear-gradient(145deg,rgba(255,79,154,.12),rgba(92,236,240,.04)),
    rgba(255,255,255,.035);
}
body.guide-psychology .tpc-guide-network__icon {
  display: block;
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 1;
}
body.guide-psychology .tpc-guide-network__card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
body.guide-psychology .tpc-guide-network__card span:last-child {
  color: rgba(255,255,255,.60);
  font-size: 12.5px;
  line-height: 1.45;
}
body.guide-psychology .tpc-guide-network__current {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #ffb9d5 !important;
  background: rgba(255,79,154,.11);
  border: 1px solid rgba(255,79,154,.22);
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width:920px) {
  body.guide-psychology .tpc-guide-network__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:560px) {
  body.guide-psychology .tpc-guide-network {
    padding: 52px 14px 58px;
  }
  body.guide-psychology .tpc-guide-network__grid {
    grid-template-columns: 1fr;
  }
  body.guide-psychology .tpc-guide-network__card {
    min-height: 0;
  }
}

/* =========================================================
   nightlife-unique-facts.html
   ========================================================= */
body.guide-nightlife-facts {
  --bg: #09090b;
  --panel: #111116;
  --panel2: #16161c;
  --text: #f7f7f8;
  --muted: #aaaab5;
  --line: rgba(255,255,255,.10);
  --pink: #ff3f70;
  --yellow: #ffd84d;
  --cyan: #6ce5e8;
  --max: 1120px;
}
body.guide-nightlife-facts * {
  box-sizing: border-box;
}
body.guide-nightlife-facts {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 12% 0%,rgba(255,63,112,.16),transparent 27rem),radial-gradient(circle at 88% 10%,rgba(108,229,232,.09),transparent 24rem),var(--bg);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height: 1.65;
}
body.guide-nightlife-facts a {
  color: inherit;
  text-decoration: none;
}
body.guide-nightlife-facts .container {
  width: min(calc(100% - 36px),var(--max));
  margin: auto;
}
body.guide-nightlife-facts header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(9,9,11,.86);
  backdrop-filter: blur(14px);
}
body.guide-nightlife-facts .nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body.guide-nightlife-facts .logo {
  font-weight: 950;
  letter-spacing: .04em;
  font-size: 17px;
}
body.guide-nightlife-facts .navlinks {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: #d8d8df;
}
body.guide-nightlife-facts .navcta {
  background: var(--pink);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  color: white;
}
body.guide-nightlife-facts .hero {
  padding: 84px 0 46px;
}
body.guide-nightlife-facts .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 18px;
}
body.guide-nightlife-facts .hero h1 {
  margin: 0;
  max-width: 960px;
  font-size: clamp(46px,8vw,92px);
  line-height: .98;
  letter-spacing: -.055em;
}
body.guide-nightlife-facts .hero h1 span {
  color: var(--pink);
}
body.guide-nightlife-facts .lead {
  max-width: 780px;
  margin: 26px 0 22px;
  color: #dedee5;
  font-size: clamp(18px,2vw,23px);
}
body.guide-nightlife-facts .sublead {
  max-width: 760px;
  color: var(--muted);
  margin: 0 0 28px;
}
body.guide-nightlife-facts .hero-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 36px;
}
body.guide-nightlife-facts .chip {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-size: 13px;
  font-weight: 750;
}
body.guide-nightlife-facts .hero-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(135deg,#16161c,#0d0d11);
}
body.guide-nightlife-facts .hero-card-main {
  padding: 34px;
}
body.guide-nightlife-facts .hero-card-main .big {
  font-size: 68px;
  font-weight: 950;
  line-height: 1;
  color: var(--yellow);
}
body.guide-nightlife-facts .hero-card-main h2 {
  font-size: 29px;
  line-height: 1.1;
  margin: 12px 0 10px;
}
body.guide-nightlife-facts .hero-card-main p {
  color: var(--muted);
  margin: 0;
}
body.guide-nightlife-facts .hero-card-side {
  padding: 30px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.guide-nightlife-facts .hero-card-side strong {
  font-size: 19px;
  margin-bottom: 7px;
}
body.guide-nightlife-facts .hero-card-side span {
  color: var(--muted);
  font-size: 14px;
}
body.guide-nightlife-facts .jump {
  position: sticky;
  top: 68px;
  z-index: 40;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(9,9,11,.92);
  backdrop-filter: blur(12px);
}
body.guide-nightlife-facts .jumpinner {
  display: flex;
  gap: 9px;
  overflow: auto;
  padding: 10px 0;
  scrollbar-width: none;
}
body.guide-nightlife-facts .jumpinner::-webkit-scrollbar {
  display: none;
}
body.guide-nightlife-facts .jump a {
  white-space: nowrap;
  padding: 7px 11px;
  border-radius: 999px;
  background: #141419;
  color: #ceced7;
  font-size: 12px;
  border: 1px solid var(--line);
}
body.guide-nightlife-facts section {
  padding: 72px 0;
}
body.guide-nightlife-facts .section-head {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}
body.guide-nightlife-facts .section-num {
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--pink);
}
body.guide-nightlife-facts .section-head h2 {
  margin: 0;
  font-size: clamp(31px,4vw,50px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-nightlife-facts .section-head p {
  color: var(--muted);
  max-width: 700px;
  margin: 12px 0 0;
}
body.guide-nightlife-facts .facts {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
body.guide-nightlife-facts .fact {
  position: relative;
  padding: 24px 24px 24px 72px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform .18s ease,border-color .18s ease;
}
body.guide-nightlife-facts .fact:hover {
  transform: translateY(-2px);
  border-color: rgba(255,63,112,.45);
}
body.guide-nightlife-facts .n {
  position: absolute;
  left: 22px;
  top: 21px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202028;
  color: var(--yellow);
  font-weight: 950;
  font-size: 13px;
}
body.guide-nightlife-facts .fact h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}
body.guide-nightlife-facts .fact p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
body.guide-nightlife-facts .fact em {
  color: #e9e9ef;
  font-style: normal;
  font-weight: 750;
}
body.guide-nightlife-facts .photo-break {
  margin: 42px 0 6px;
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111116;
}
body.guide-nightlife-facts .photo-break img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
body.guide-nightlife-facts .photo-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(6,6,9,.88) 0%,rgba(6,6,9,.18) 50%,rgba(6,6,9,.05) 100%);
  pointer-events: none;
}
body.guide-nightlife-facts .photo-caption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
body.guide-nightlife-facts .photo-caption .tag {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.guide-nightlife-facts .photo-caption h3 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(23px,3vw,34px);
  line-height: 1.08;
}
body.guide-nightlife-facts .photo-caption p {
  margin: 0;
  max-width: 350px;
  color: #dedee6;
  font-size: 14px;
  text-align: right;
}
@media (max-width:760px) {
  body.guide-nightlife-facts .photo-break, body.guide-nightlife-facts .photo-break img {
    min-height: 285px;
  }
  body.guide-nightlife-facts .photo-caption {
    left: 18px;
    right: 18px;
    bottom: 17px;
    display: block;
  }
  body.guide-nightlife-facts .photo-caption p {
    margin-top: 8px;
    text-align: left;
  }
}
body.guide-nightlife-facts .callout {
  margin: 16px 0 0;
  padding: 26px;
  border-radius: 20px;
  border: 1px solid rgba(255,216,77,.2);
  background: linear-gradient(135deg,rgba(255,216,77,.08),rgba(255,63,112,.05));
}
body.guide-nightlife-facts .callout .eyebrow {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  color: var(--yellow);
  text-transform: uppercase;
}
body.guide-nightlife-facts .callout h3 {
  font-size: 26px;
  margin: 7px 0;
}
body.guide-nightlife-facts .fake {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 20px;
}
body.guide-nightlife-facts .fake div {
  padding: 20px;
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: 16px;
}
body.guide-nightlife-facts .fake strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}
body.guide-nightlife-facts .fake span {
  color: var(--muted);
  font-size: 14px;
}
body.guide-nightlife-facts .related {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg,#141419,#1b1015);
}
body.guide-nightlife-facts .related h2 {
  font-size: 34px;
  margin: 0 0 8px;
}
body.guide-nightlife-facts .related>p {
  color: var(--muted);
  margin: 0 0 22px;
}
body.guide-nightlife-facts .links {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
body.guide-nightlife-facts .links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 17px 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 800;
}
body.guide-nightlife-facts .cta {
  text-align: center;
  padding: 88px 0;
}
body.guide-nightlife-facts .cta h2 {
  font-size: clamp(36px,5vw,60px);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 0 auto 14px;
  max-width: 850px;
}
body.guide-nightlife-facts .cta p {
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto 25px;
}
body.guide-nightlife-facts .btns {
  display: flex;
  gap: 11px;
  justify-content: center;
  flex-wrap: wrap;
}
body.guide-nightlife-facts .btn {
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid var(--line);
}
body.guide-nightlife-facts .btn.primary {
  background: var(--pink);
  border-color: var(--pink);
}
body.guide-nightlife-facts footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 70px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
@media (max-width:760px) {
  body.guide-nightlife-facts .navlinks a:not(.navcta) {
    display: none;
  }
  body.guide-nightlife-facts .hero {
    padding-top: 58px;
  }
  body.guide-nightlife-facts .hero-card {
    grid-template-columns: 1fr;
  }
  body.guide-nightlife-facts .hero-card-side {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  body.guide-nightlife-facts .section-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body.guide-nightlife-facts .facts, body.guide-nightlife-facts .fake, body.guide-nightlife-facts .links {
    grid-template-columns: 1fr;
  }
  body.guide-nightlife-facts .fact {
    padding-left: 68px;
  }
  body.guide-nightlife-facts section {
    padding: 56px 0;
  }
}

/* =========================================================
   roppongi-nightlife.html
   ========================================================= */
body.guide-roppongi {
  --bg: #08080a;
  --panel: #111116;
  --panel2: #17171d;
  --text: #f7f7f8;
  --muted: #aaaab5;
  --line: rgba(255,255,255,.10);
  --pink: #ff3f70;
  --yellow: #ffd84d;
  --cyan: #6ce5e8;
  --max: 1120px;
}
body.guide-roppongi * {
  box-sizing: border-box;
}
body.guide-roppongi {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 10% 0%,rgba(255,63,112,.16),transparent 27rem),
        radial-gradient(circle at 88% 10%,rgba(108,229,232,.08),transparent 24rem),
        var(--bg);
  font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
  line-height: 1.68;
}
body.guide-roppongi a {
  color: inherit;
  text-decoration: none;
}
body.guide-roppongi img {
  display: block;
  width: 100%;
  height: auto;
}
body.guide-roppongi .container {
  width: min(calc(100% - 36px),var(--max));
  margin: auto;
}
body.guide-roppongi header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,10,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
body.guide-roppongi .nav {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
body.guide-roppongi .logo {
  font-weight: 950;
  letter-spacing: .04em;
  font-size: 17px;
}
body.guide-roppongi .navlinks {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: #d8d8df;
}
body.guide-roppongi .navcta {
  background: var(--pink);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  color: #fff;
}
body.guide-roppongi .hero {
  padding: 78px 0 42px;
}
body.guide-roppongi .kicker {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.guide-roppongi h1 {
  margin: 0;
  max-width: 950px;
  font-size: clamp(48px,8vw,92px);
  line-height: .98;
  letter-spacing: -.055em;
}
body.guide-roppongi h1 span {
  color: var(--pink);
}
body.guide-roppongi .lead {
  max-width: 800px;
  margin: 24px 0 14px;
  font-size: clamp(18px,2vw,23px);
  color: #dedee5;
}
body.guide-roppongi .sublead {
  max-width: 760px;
  color: var(--muted);
  margin: 0 0 28px;
}
body.guide-roppongi .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 30px;
}
body.guide-roppongi .chip {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-size: 13px;
  font-weight: 800;
}
body.guide-roppongi .hero-image {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  min-height: 470px;
  background: #111;
}
body.guide-roppongi .hero-image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
body.guide-roppongi .hero-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(4,4,7,.85),rgba(4,4,7,.05) 65%);
  pointer-events: none;
}
body.guide-roppongi .hero-copy {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 26px;
}
body.guide-roppongi .hero-copy strong {
  display: block;
  max-width: 760px;
  font-size: clamp(25px,3vw,38px);
  line-height: 1.08;
}
body.guide-roppongi .hero-copy span {
  display: block;
  margin-top: 7px;
  color: #dddde5;
  font-size: 14px;
}
body.guide-roppongi .quick-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
body.guide-roppongi .quick {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
body.guide-roppongi .quick strong {
  display: block;
  font-size: 13px;
  color: var(--yellow);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.guide-roppongi .quick span {
  color: #ddddE4;
  font-size: 14px;
}
body.guide-roppongi .jump {
  position: sticky;
  top: 68px;
  z-index: 40;
  background: rgba(8,8,10,.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
body.guide-roppongi .jumpinner {
  display: flex;
  gap: 9px;
  overflow: auto;
  padding: 10px 0;
  scrollbar-width: none;
}
body.guide-roppongi .jumpinner::-webkit-scrollbar {
  display: none;
}
body.guide-roppongi .jump a {
  white-space: nowrap;
  border: 1px solid var(--line);
  background: #141419;
  color: #d0d0d8;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
}
body.guide-roppongi section {
  padding: 72px 0;
}
body.guide-roppongi section + section {
  border-top: 1px solid rgba(255,255,255,.055);
}
body.guide-roppongi .section-head {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}
body.guide-roppongi .eyebrow {
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.guide-roppongi h2 {
  margin: 0;
  font-size: clamp(31px,4vw,50px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-roppongi .section-head p {
  color: var(--muted);
  max-width: 760px;
  margin: 12px 0 0;
}
body.guide-roppongi .cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
body.guide-roppongi .card {
  padding: 24px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
}
body.guide-roppongi .card .icon {
  font-size: 26px;
  margin-bottom: 12px;
}
body.guide-roppongi .card h3 {
  margin: 0 0 7px;
  font-size: 19px;
  line-height: 1.25;
}
body.guide-roppongi .card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
body.guide-roppongi .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
body.guide-roppongi .block {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}
body.guide-roppongi .block h3 {
  margin: 0 0 9px;
  font-size: 24px;
}
body.guide-roppongi .block p {
  margin: 0;
  color: var(--muted);
}
body.guide-roppongi .block + .block {
}
body.guide-roppongi .photo-break {
  margin-top: 28px;
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #111;
}
body.guide-roppongi .photo-break img {
  width: 100%;
  min-height: 360px;
  height: 360px;
  object-fit: cover;
}
body.guide-roppongi .photo-break:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(5,5,8,.90),rgba(5,5,8,.08) 60%);
}
body.guide-roppongi .photo-caption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 22px;
}
body.guide-roppongi .photo-caption .tag {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.guide-roppongi .photo-caption h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(23px,3vw,35px);
  line-height: 1.08;
}
body.guide-roppongi .comparison {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
}
body.guide-roppongi table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: var(--panel);
}
body.guide-roppongi th, body.guide-roppongi td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
body.guide-roppongi th {
  color: var(--yellow);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #15151a;
}
body.guide-roppongi td {
  color: #d7d7df;
  font-size: 14px;
}
body.guide-roppongi tr:last-child td {
  border-bottom: 0;
}
body.guide-roppongi .timeline {
  display: grid;
  gap: 12px;
  max-width: 900px;
}
body.guide-roppongi .time-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
body.guide-roppongi .time {
  color: var(--yellow);
  font-weight: 950;
}
body.guide-roppongi .time-row h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
body.guide-roppongi .time-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
body.guide-roppongi .tip {
  margin-top: 18px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg,rgba(255,216,77,.07),rgba(255,63,112,.06));
  border: 1px solid rgba(255,216,77,.18);
}
body.guide-roppongi .tip strong {
  color: var(--yellow);
}
body.guide-roppongi details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
body.guide-roppongi summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 17px;
}
body.guide-roppongi details p {
  color: var(--muted);
  max-width: 850px;
}
body.guide-roppongi .crawl {
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(255,63,112,.28);
  background: linear-gradient(135deg,#181218,#231016);
}
body.guide-roppongi .crawl h2 {
  max-width: 760px;
}
body.guide-roppongi .crawl p {
  max-width: 760px;
  color: #d8d8df;
  margin: 13px 0 22px;
}
body.guide-roppongi .btns {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
body.guide-roppongi .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 900;
}
body.guide-roppongi .btn.primary {
  background: var(--pink);
  border-color: var(--pink);
}
body.guide-roppongi .related {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 24px;
}
body.guide-roppongi .related a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  font-weight: 800;
}
body.guide-roppongi footer {
  padding: 30px 0 70px;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width:820px) {
  body.guide-roppongi .navlinks a:not(.navcta) {
    display: none;
  }
  body.guide-roppongi .hero {
    padding-top: 54px;
  }
  body.guide-roppongi .hero-image, body.guide-roppongi .hero-image img {
    min-height: 330px;
    height: 330px;
  }
  body.guide-roppongi .quick-grid {
    grid-template-columns: repeat(2,1fr);
  }
  body.guide-roppongi .section-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body.guide-roppongi .cards {
    grid-template-columns: 1fr;
  }
  body.guide-roppongi .split {
    grid-template-columns: 1fr;
  }
  body.guide-roppongi .related {
    grid-template-columns: 1fr;
  }
  body.guide-roppongi .time-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  body.guide-roppongi .photo-break, body.guide-roppongi .photo-break img {
    height: 300px;
    min-height: 300px;
  }
  body.guide-roppongi section {
    padding: 56px 0;
  }
}
/* =========================================================
   TOKYO PUB CRAWL — INTERCONNECTED GUIDE NETWORK
   Safe to reuse on every editorial page.
========================================================= */
body.guide-roppongi .tpc-guide-network {
  padding: 64px 18px 72px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 12% 0%,rgba(255,63,112,.10),transparent 28rem),
    radial-gradient(circle at 88% 100%,rgba(92,236,240,.07),transparent 26rem),
    rgba(5,6,10,.72);
}
body.guide-roppongi .tpc-guide-network * {
  box-sizing: border-box;
}
body.guide-roppongi .tpc-guide-network__inner {
  width: min(1100px,100%);
  margin: 0 auto;
}
body.guide-roppongi .tpc-guide-network__eyebrow {
  margin: 0 0 8px;
  color: #ffcc53;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.guide-roppongi .tpc-guide-network h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-roppongi .tpc-guide-network__intro {
  max-width: 720px;
  margin: 12px 0 24px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-roppongi .tpc-guide-network__grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
}
body.guide-roppongi .tpc-guide-network__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
  transition: transform .18s ease,border-color .18s ease,background .18s ease;
}
body.guide-roppongi .tpc-guide-network__card:hover, body.guide-roppongi .tpc-guide-network__card:focus {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.06);
}
body.guide-roppongi .tpc-guide-network__card[aria-current="page"] {
  border-color: rgba(255,79,154,.42);
  background: linear-gradient(145deg,rgba(255,79,154,.12),rgba(92,236,240,.04)),
    rgba(255,255,255,.035);
}
body.guide-roppongi .tpc-guide-network__icon {
  display: block;
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 1;
}
body.guide-roppongi .tpc-guide-network__card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
body.guide-roppongi .tpc-guide-network__card span:last-child {
  color: rgba(255,255,255,.60);
  font-size: 12.5px;
  line-height: 1.45;
}
body.guide-roppongi .tpc-guide-network__current {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #ffb9d5 !important;
  background: rgba(255,79,154,.11);
  border: 1px solid rgba(255,79,154,.22);
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width:920px) {
  body.guide-roppongi .tpc-guide-network__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:560px) {
  body.guide-roppongi .tpc-guide-network {
    padding: 52px 14px 58px;
  }
  body.guide-roppongi .tpc-guide-network__grid {
    grid-template-columns: 1fr;
  }
  body.guide-roppongi .tpc-guide-network__card {
    min-height: 0;
  }
}

/* =========================================================
   things-to-do-tokyo-at-night.html
   ========================================================= */
body.guide-things-night {
  --bg: #08090c;
  --panel: #101218;
  --panel2: #151820;
  --text: #f5f5f7;
  --muted: #aeb2bd;
  --line: #282c36;
  --pink: #ff3f75;
  --yellow: #ffd43b;
  --blue: #57d8ee;
  --purple: #c586ff;
  --green: #7ee2a8;
  --max: 1120px;
}
body.guide-things-night * {
  box-sizing: border-box;
}
body.guide-things-night {
  margin: 0;
  background: radial-gradient(circle at 80% 8%,rgba(255,63,117,.09),transparent 28rem),
    radial-gradient(circle at 10% 35%,rgba(87,216,238,.05),transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height: 1.65;
}
body.guide-things-night a {
  color: inherit;
}
body.guide-things-night .wrap {
  width: min(var(--max),calc(100% - 40px));
  margin: auto;
}
body.guide-things-night header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,9,12,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
body.guide-things-night .header-inner {
  max-width: var(--max);
  margin: auto;
  min-height: 78px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body.guide-things-night .brand {
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .07em;
}
body.guide-things-night .brand span {
  color: var(--pink);
}
body.guide-things-night .events-btn {
  text-decoration: none;
  background: #fff;
  color: #090a0d;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}
body.guide-things-night .hero {
  padding: 92px 0 54px;
}
body.guide-things-night .eyebrow {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
body.guide-things-night h1 {
  max-width: 920px;
  font-size: clamp(48px,8vw,92px);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 0 0 30px;
}
body.guide-things-night .gradient {
  background: linear-gradient(90deg,var(--pink),var(--purple),var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.guide-things-night .hero-copy {
  max-width: 790px;
  color: #d1d3da;
  font-size: clamp(19px,2.5vw,25px);
  line-height: 1.65;
  margin: 0;
}
body.guide-things-night .hero-copy strong {
  color: #fff;
}
body.guide-things-night .quick {
  margin-top: 38px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body.guide-things-night .pill {
  border: 1px solid var(--line);
  background: #101218;
  color: #d7dae1;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 750;
}
body.guide-things-night .intro-card {
  margin: 28px 0 70px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(26px,5vw,52px);
  background: linear-gradient(135deg,rgba(87,216,238,.08),transparent 45%),
    linear-gradient(315deg,rgba(255,63,117,.08),transparent 45%),
    #0e1015;
}
body.guide-things-night .intro-card .label {
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
body.guide-things-night .intro-card h2 {
  font-size: clamp(29px,4vw,47px);
  line-height: 1.08;
  letter-spacing: -.035em;
  max-width: 800px;
  margin: 12px 0 18px;
}
body.guide-things-night .intro-card p {
  max-width: 820px;
  color: #c1c4cc;
  font-size: 18px;
  margin: 0;
}
body.guide-things-night .section-head {
  margin-bottom: 28px;
}
body.guide-things-night .section-head small {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}
body.guide-things-night .section-head h2 {
  font-size: clamp(35px,5vw,58px);
  line-height: 1.02;
  letter-spacing: -.04em;
  margin: 10px 0 12px;
}
body.guide-things-night .section-head p {
  color: var(--muted);
  max-width: 720px;
  font-size: 18px;
}
body.guide-things-night .activities {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  margin-bottom: 90px;
}
body.guide-things-night .activity {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg,#13151b,#0d0f13);
  border-radius: 24px;
  padding: 31px;
  min-height: 285px;
}
body.guide-things-night .activity::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  right: -90px;
  top: -90px;
  background: rgba(255,255,255,.025);
}
body.guide-things-night .number {
  font-size: 13px;
  font-weight: 900;
  color: var(--pink);
  letter-spacing: .12em;
}
body.guide-things-night .icon {
  font-size: 34px;
  margin: 15px 0 10px;
}
body.guide-things-night .activity h3 {
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -.025em;
  margin: 0 0 13px;
}
body.guide-things-night .activity p {
  color: #b9bdc7;
  margin: 0;
  font-size: 16px;
}
body.guide-things-night .activity .tip {
  display: block;
  color: #e7e8ec;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 750;
}
body.guide-things-night .featured {
  border-color: #493442;
  background: radial-gradient(circle at 100% 0,rgba(255,63,117,.15),transparent 250px),
    #111217;
}
body.guide-things-night .area-section {
  margin: 0 0 90px;
}
body.guide-things-night .area-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
body.guide-things-night .area {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  background: #101217;
}
body.guide-things-night .area h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
body.guide-things-night .area p {
  color: var(--muted);
  margin: 0 0 14px;
}
body.guide-things-night .area strong {
  color: var(--yellow);
  font-size: 14px;
}
body.guide-things-night .choose {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(30px,5vw,55px);
  margin-bottom: 90px;
  background: #0f1116;
}
body.guide-things-night .choose h2 {
  font-size: clamp(32px,5vw,52px);
  line-height: 1.05;
  letter-spacing: -.035em;
  margin: 0 0 28px;
}
body.guide-things-night .choice {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
body.guide-things-night .choice:first-of-type {
  border-top: 0;
}
body.guide-things-night .choice strong {
  color: #fff;
}
body.guide-things-night .choice span {
  color: #aeb2bd;
}
body.guide-things-night .guide-links {
  margin-bottom: 90px;
}
body.guide-things-night .guide-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
body.guide-things-night .guide-link {
  display: block;
  text-decoration: none;
  border: 1px solid var(--line);
  background: #101217;
  border-radius: 18px;
  padding: 22px;
  transition: .2s ease;
}
body.guide-things-night .guide-link:hover {
  transform: translateY(-2px);
  border-color: #484d5b;
}
body.guide-things-night .guide-link b {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
body.guide-things-night .guide-link span {
  color: var(--muted);
  font-size: 14px;
}
body.guide-things-night .final {
  text-align: center;
  padding: 20px 0 100px;
}
body.guide-things-night .final h2 {
  font-size: clamp(35px,6vw,62px);
  line-height: 1;
  letter-spacing: -.04em;
  max-width: 800px;
  margin: 0 auto 22px;
}
body.guide-things-night .final p {
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto 28px;
  font-size: 18px;
}
body.guide-things-night .cta {
  display: inline-block;
  text-decoration: none;
  background: var(--pink);
  color: white;
  font-weight: 900;
  border-radius: 999px;
  padding: 15px 25px;
}
body.guide-things-night footer {
  border-top: 1px solid var(--line);
  padding: 35px 20px;
  color: #777d88;
  text-align: center;
  font-size: 14px;
}
@media (max-width:760px) {
  body.guide-things-night .hero {
    padding-top: 65px;
  }
  body.guide-things-night .activities, body.guide-things-night .area-grid, body.guide-things-night .guide-grid {
    grid-template-columns: 1fr;
  }
  body.guide-things-night .activity {
    min-height: auto;
  }
  body.guide-things-night .choice {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  body.guide-things-night .brand {
    font-size: 17px;
  }
  body.guide-things-night .events-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* =========================================================
   tokyo-nightlife-guide.html
   ========================================================= */
body.guide-main * {
  box-sizing: border-box;
}
body.guide-main {
  margin: 0;
  min-width: 320px;
  color: #fff;
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  background: url("../images/main/background-tpc3.jpg") no-repeat center top fixed,
        #000;
  background-size: cover;
}
body.guide-main a {
  color: #fdd00c;
  text-decoration: none;
}
body.guide-main a:hover, body.guide-main a:focus {
  color: #fff;
  text-decoration: none;
}
body.guide-main img {
  max-width: 100%;
  height: auto;
}
/* =========================================================
       PAGE LAYOUT
    ========================================================= */
body.guide-main .page {
  width: 100%;
  padding: 82px 12px 45px;
}
body.guide-main .hero {
  width: min(920px, 100%);
  margin: 0 auto 24px;
  padding: 34px 22px 30px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,35,125,.16), rgba(0,194,255,.10)),
        rgba(0,0,0,.82);
  box-shadow: 0 18px 45px rgba(0,0,0,.55),
        0 0 32px rgba(255,0,128,.08);
}
body.guide-main .eyebrow {
  margin: 0 0 8px;
  color: #ff90cb;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.guide-main h1, body.guide-main h2, body.guide-main h3 {
  font-family: "Montserrat", Arial, sans-serif;
}
body.guide-main .hero h1 {
  margin: 0;
  color: #fdd00c;
  font-size: clamp(31px, 6vw, 54px);
  font-weight: 800;
  line-height: 1.05;
}
body.guide-main .hero p {
  max-width: 690px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.55;
}
body.guide-main .guide-updated {
  margin: 10px 0 0;
  color: rgba(255,255,255,.55);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.guide-main .hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 16px auto 0;
}
body.guide-main .hero-badges span {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.8);
  font: 700 10px/1.1 "Montserrat", Arial, sans-serif;
  letter-spacing: .05em;
}
body.guide-main .quick-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(920px, 100%);
  margin: 0 auto 22px;
}
body.guide-main .quick-nav a {
  padding: 8px 13px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(10,10,15,.80);
}
body.guide-main .guide-section {
  width: min(920px, 100%);
  margin: 0 auto 34px;
}
body.guide-main .section-title {
  margin: 0 0 14px;
  color: #fdd00c;
  font-size: 26px;
  font-weight: 800;
  text-align: left;
}
body.guide-main .section-intro {
  margin: -5px 0 17px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
}
/* =========================================================
       SITE NAV
    ========================================================= */
body.guide-main .site-nav, body.guide-main .site-nav *, body.guide-main .site-nav *::before, body.guide-main .site-nav *::after {
  box-sizing: border-box !important;
}
body.guide-main .site-nav {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  height: 65px !important;
  margin: 0 !important;
  padding: 9px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  background: radial-gradient(circle at 28% 20%, rgba(255,95,196,.07), transparent 35%),
        radial-gradient(circle at 72% 35%, rgba(92,236,255,.045), transparent 32%),
        linear-gradient(110deg, rgba(19,14,23,.98), rgba(8,10,15,.98)) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  backdrop-filter: blur(18px) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-align: left !important;
  overflow: visible !important;
}
body.guide-main .site-nav .nav-inner {
  width: 100% !important;
  max-width: 560px !important;
  height: 46px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: visible !important;
}
body.guide-main .site-nav .nav-link {
  all: unset;
  box-sizing: border-box !important;
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 13px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: .78 !important;
  cursor: pointer !important;
  transition: opacity .18s ease,
        background .18s ease,
        border-color .18s ease,
        transform .18s ease,
        box-shadow .18s ease !important;
}
body.guide-main .site-nav .nav-link:hover, body.guide-main .site-nav .nav-link:focus {
  opacity: 1 !important;
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.09) !important;
  transform: translateY(-1px) !important;
}
body.guide-main .site-nav .nav-link.active {
  opacity: 1 !important;
  border-color: rgba(92,236,255,.42) !important;
  background: linear-gradient(
          145deg,
          rgba(92,236,255,.14),
          rgba(255,95,196,.10)
        ) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035),
        0 0 20px rgba(92,236,255,.08) !important;
}
body.guide-main .site-nav .nav-link img, body.guide-main .site-nav .nav-link:hover img, body.guide-main .site-nav .nav-link:focus img, body.guide-main .site-nav .nav-link.active img {
  all: unset;
  box-sizing: border-box !important;
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
}
/* =========================================================
       QUICK 8-PAGE GUIDE LINKS
    ========================================================= */
body.guide-main .quick-deep-dive {
  width: min(920px, 100%);
  margin: 0 auto 28px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255,79,162,.055), rgba(72,216,255,.035)),
        rgba(4,4,8,.86);
}
body.guide-main .quick-deep-dive-label {
  display: block;
  margin: 0 0 9px;
  color: rgba(255,255,255,.58);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center;
}
body.guide-main .quick-deep-dive-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 8px;
}
body.guide-main .quick-deep-dive-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 11px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  transition: background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}
body.guide-main .quick-deep-dive-link:hover, body.guide-main .quick-deep-dive-link:focus {
  color: #fff;
  background: rgba(255,255,255,.065);
  border-color: rgba(253,208,12,.26);
  transform: translateY(-1px);
}
body.guide-main .quick-deep-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  background: rgba(255,255,255,.045);
  font-size: 15px;
}
body.guide-main .quick-deep-copy {
  min-width: 0;
  display: block;
}
body.guide-main .quick-deep-copy strong {
  display: block;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
body.guide-main .quick-deep-copy span {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.57);
  font-size: 11px;
  line-height: 1.25;
}
/* =========================================================
       EDITORIAL LEAD
    ========================================================= */
body.guide-main .editorial-lead {
  width: min(920px, 100%);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 16px;
  align-items: stretch;
}
body.guide-main .editorial-hero-card, body.guide-main .editorial-side-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(4,4,8,.9);
  box-shadow: 0 14px 30px rgba(0,0,0,.42);
}
body.guide-main .editorial-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
body.guide-main .editorial-side-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 90% 10%, rgba(255,79,162,.16), transparent 18rem),
        radial-gradient(circle at 10% 90%, rgba(72,216,255,.09), transparent 18rem),
        rgba(4,4,8,.94);
}
body.guide-main .editorial-side-card .mini-kicker {
  color: #ff90cb;
  font: 800 11px/1.2 "Montserrat", Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.guide-main .editorial-side-card h2 {
  margin: 9px 0 10px;
  color: #fff;
  font: 800 30px/1.1 "Montserrat", Arial, sans-serif;
}
body.guide-main .editorial-side-card p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.55;
}
/* =========================================================
       FACT CARDS
    ========================================================= */
body.guide-main .fast-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  width: min(920px, 100%);
  margin: 0 auto 36px;
}
body.guide-main .fact-card {
  min-height: 116px;
  padding: 15px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        rgba(4,4,8,.88);
  box-shadow: 0 10px 24px rgba(0,0,0,.34);
}
body.guide-main .fact-kicker {
  display: block;
  margin-bottom: 6px;
  color: #fdd00c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.guide-main .fact-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
}
body.guide-main .fact-card span:last-child {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.35;
}
/* =========================================================
       DISTRICTS
    ========================================================= */
body.guide-main .district-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
body.guide-main .district-card {
  position: relative;
  min-height: 250px;
  padding: 20px 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  background: rgba(4,4,8,.90);
  box-shadow: 0 12px 28px rgba(0,0,0,.40);
}
body.guide-main .district-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 13px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 13px;
  background: rgba(255,255,255,.06);
}
body.guide-main .district-card h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}
body.guide-main .district-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 8px;
  color: rgba(255,255,255,.88);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  text-transform: uppercase;
}
body.guide-main .district-card p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.5;
}
body.guide-main .district-roppongi {
  border-top: 3px solid #ff4fa2;
}
body.guide-main .district-shibuya {
  border-top: 3px solid #ad6cff;
}
body.guide-main .district-shinjuku {
  border-top: 3px solid #48d8ff;
}
/* =========================================================
       GENERAL CARDS
    ========================================================= */
body.guide-main .guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
body.guide-main .guide-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(4,4,8,.88);
  box-shadow: 0 12px 28px rgba(0,0,0,.44);
}
body.guide-main .guide-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  border: 0;
}
body.guide-main .guide-card-content {
  padding: 17px 18px 19px;
}
body.guide-main .guide-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
body.guide-main .guide-card p {
  margin: 0;
  color: rgba(255,255,255,.80);
  font-size: 16px;
  line-height: 1.55;
}
body.guide-main .text-card {
  min-height: 210px;
  padding: 21px 19px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
        rgba(4,4,8,.9);
  box-shadow: 0 12px 26px rgba(0,0,0,.34);
}
body.guide-main .text-card .text-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  font-size: 21px;
}
body.guide-main .text-card h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
body.guide-main .text-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.55;
}
body.guide-main .accent-pink {
  border-top: 3px solid #ff4fa2;
}
body.guide-main .accent-blue {
  border-top: 3px solid #48d8ff;
}
body.guide-main .accent-gold {
  border-top: 3px solid #fdd00c;
}
/* Compact Tokyo taxi status guide */
body.guide-main .taxi-light-guide {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.14);
}
body.guide-main .taxi-light-note {
  margin: 0 0 10px !important;
  color: #fdd00c !important;
  font: 800 12px/1.35 "Montserrat", Arial, sans-serif !important;
}
body.guide-main .taxi-lights {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 7px;
}
body.guide-main .taxi-light {
  padding: 9px 6px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
}
body.guide-main .taxi-sign {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 7px;
  border-radius: 6px;
  font: 800 14px/1 "Montserrat", Arial, sans-serif;
  letter-spacing: .04em;
  box-shadow: 0 0 12px currentColor;
}
body.guide-main .taxi-red .taxi-sign {
  color: #ff4b55;
  background: rgba(255,40,50,.12);
}
body.guide-main .taxi-green .taxi-sign {
  color: #5ee36c;
  background: rgba(50,220,80,.10);
}
body.guide-main .taxi-orange .taxi-sign {
  color: #ff9d2e;
  background: rgba(255,145,25,.10);
}
body.guide-main .taxi-light strong {
  display: block;
  color: #fff;
  font: 800 11px/1.25 "Montserrat",Arial,sans-serif;
}
body.guide-main .taxi-light small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.60);
  font-size: 10px;
  line-height: 1.25;
}
/* =========================================================
       MISTAKES
    ========================================================= */
body.guide-main .mistakes-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
body.guide-main .mistake-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: radial-gradient(circle at top right,rgba(255,79,162,.08),transparent 17rem),
        rgba(4,4,8,.9);
}
body.guide-main .mistake-card .num {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 9px;
  background: rgba(255,79,162,.12);
  color: #ff9fcd;
  font: 800 12px/1 "Montserrat", Arial, sans-serif;
}
body.guide-main .mistake-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
body.guide-main .mistake-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.5;
}
/* =========================================================
       TIMELINE
    ========================================================= */
body.guide-main .timeline {
  position: relative;
  width: 100%;
  margin-top: 6px;
  padding-left: 28px;
}
body.guide-main .timeline::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 8px;
  width: 2px;
  background: linear-gradient(to bottom, #fdd00c, #ff4fa2, #ad6cff, #48d8ff);
  opacity: .75;
}
body.guide-main .timeline-item {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 4px;
}
body.guide-main .timeline-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #08080c;
}
body.guide-main .timeline-time {
  display: block;
  margin-bottom: 3px;
  color: #fdd00c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
body.guide-main .timeline-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
}
body.guide-main .timeline-item p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.5;
}
/* =========================================================
       SAFETY
    ========================================================= */
body.guide-main .do-dont-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
body.guide-main .do-card, body.guide-main .dont-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(4,4,8,.9);
}
body.guide-main .do-card {
  border-top: 3px solid #48d8ff;
}
body.guide-main .dont-card {
  border-top: 3px solid #ff4fa2;
}
body.guide-main .do-card h3, body.guide-main .dont-card h3 {
  margin: 0 0 11px;
  font-size: 21px;
  font-weight: 800;
}
body.guide-main .do-card ul, body.guide-main .dont-card ul {
  margin: 0;
  padding-left: 19px;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-main .safety-callout {
  margin-top: 16px;
  padding: 16px 17px;
  border: 1px solid rgba(255,85,135,.28);
  border-radius: 14px;
  background: rgba(255,45,100,.07);
}
body.guide-main .safety-callout strong {
  display: block;
  margin-bottom: 4px;
  color: #ff9aba;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}
body.guide-main .safety-callout p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.5;
}
/* =========================================================
       VISUAL DIVIDER
    ========================================================= */
body.guide-main .visual-divider {
  width: min(920px, 100%);
  margin: 10px auto 36px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: #050507;
  box-shadow: 0 16px 34px rgba(0,0,0,.38);
}
body.guide-main .visual-divider img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}
body.guide-main .visual-divider-copy {
  padding: 18px 20px;
  background: linear-gradient(90deg, rgba(255,79,162,.08), rgba(72,216,255,.05)),
        rgba(4,4,8,.94);
}
body.guide-main .visual-divider-copy strong {
  display: block;
  color: #fff;
  font: 800 20px/1.2 "Montserrat", Arial, sans-serif;
}
body.guide-main .visual-divider-copy span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}
/* =========================================================
       SOLO + TPC
    ========================================================= */
body.guide-main .solo-callout {
  width: min(920px,100%);
  margin: 0 auto 34px;
  padding: 24px;
  border: 1px solid rgba(255,103,200,.25);
  border-radius: 18px;
  background: radial-gradient(circle at 85% 10%,rgba(255,103,200,.13),transparent 22rem),
        radial-gradient(circle at 15% 90%,rgba(72,216,255,.08),transparent 20rem),
        rgba(4,4,8,.93);
}
body.guide-main .solo-callout h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 24px;
}
body.guide-main .solo-callout p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-main .solo-points {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
  margin-top: 16px;
}
body.guide-main .solo-points div {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}
body.guide-main .solo-points strong {
  display: block;
  color: #fff;
  font-size: 13px;
}
body.guide-main .solo-points span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
}
body.guide-main .tpc-explainer {
  width: min(920px, 100%);
  margin: 0 auto 38px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,55,160,.08), rgba(45,210,255,.08)),
        rgba(4,4,8,.88);
}
body.guide-main .tpc-explainer-heading {
  margin: 0 0 6px;
  color: #fdd00c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
body.guide-main .tpc-explainer-subtitle {
  max-width: 690px;
  margin: 0 auto 18px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
body.guide-main .tpc-explainer-image {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
body.guide-main .tpc-video-heading {
  margin: 26px 0 12px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
}
body.guide-main .tpc-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  background: #000;
}
body.guide-main .tpc-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* =========================================================
       FAQ
    ========================================================= */
body.guide-main .faq-list {
  display: grid;
  gap: 9px;
}
body.guide-main .faq-list details {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(4,4,8,.88);
}
body.guide-main .faq-list summary {
  position: relative;
  padding: 14px 42px 14px 15px;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}
body.guide-main .faq-list summary::-webkit-details-marker {
  display: none;
}
body.guide-main .faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #fdd00c;
  font-size: 22px;
}
body.guide-main .faq-list details[open] summary::after {
  content: "–";
}
body.guide-main .faq-answer {
  padding: 0 15px 15px;
  color: rgba(255,255,255,.73);
  font-size: 15px;
  line-height: 1.55;
}
/* =========================================================
       DEEP DIVE 8-GUIDE NETWORK
    ========================================================= */
body.guide-main .tpc-guide-network {
  padding: 64px 18px 72px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 12% 0%,rgba(255,63,112,.10),transparent 28rem),
        radial-gradient(circle at 88% 100%,rgba(92,236,240,.07),transparent 26rem),
        rgba(5,6,10,.72);
}
body.guide-main .tpc-guide-network__inner {
  width: min(1100px,100%);
  margin: 0 auto;
}
body.guide-main .tpc-guide-network__eyebrow {
  margin: 0 0 8px;
  color: #ffcc53;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.guide-main .tpc-guide-network h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-main .tpc-guide-network__intro {
  max-width: 760px;
  margin: 12px 0 24px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-main .tpc-guide-network__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 11px;
}
body.guide-main .tpc-guide-network__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 174px;
  padding: 18px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: linear-gradient(
          145deg,
          rgba(255,255,255,.045),
          rgba(255,255,255,.018)
        ),
        rgba(7,8,12,.88);
  transition: transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}
body.guide-main .tpc-guide-network__card:hover, body.guide-main .tpc-guide-network__card:focus {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.065);
  box-shadow: 0 14px 28px rgba(0,0,0,.32);
}
body.guide-main .tpc-guide-network__card[aria-current="page"] {
  border-color: rgba(255,79,154,.42);
  background: linear-gradient(
          145deg,
          rgba(255,79,154,.12),
          rgba(92,236,240,.04)
        ),
        rgba(255,255,255,.035);
}
body.guide-main .tpc-guide-network__card.guide {
  border-top: 3px solid #fdd00c;
}
body.guide-main .tpc-guide-network__card.solo {
  border-top: 3px solid #48d8ff;
}
body.guide-main .tpc-guide-network__card.women {
  border-top: 3px solid #ff79b7;
}
body.guide-main .tpc-guide-network__card.roppongi {
  border-top: 3px solid #6fe7ff;
}
body.guide-main .tpc-guide-network__card.psychology {
  border-top: 3px solid #ad6cff;
}
body.guide-main .tpc-guide-network__card.nightlife-facts {
  border-top: 3px solid #ff9955;
}
body.guide-main .tpc-guide-network__card.japan {
  border-top: 3px solid #ff637d;
}
body.guide-main .tpc-guide-network__card.nights {
  border-top: 3px solid #8b7cff;
}
body.guide-main .tpc-guide-network__icon {
  display: block;
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 1;
}
body.guide-main .tpc-guide-network__card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
body.guide-main .tpc-guide-network__card span:last-child {
  color: rgba(255,255,255,.60);
  font-size: 12.5px;
  line-height: 1.45;
}
body.guide-main .tpc-guide-network__current {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #ffb9d5 !important;
  background: rgba(255,79,154,.11);
  border: 1px solid rgba(255,79,154,.22);
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
/* =========================================================
       SOURCES + CTA
    ========================================================= */
body.guide-main .source-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
body.guide-main .source-links a {
  display: block;
  padding: 12px 13px;
  color: rgba(255,255,255,.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
}
body.guide-main .freshness-note {
  margin-top: 14px;
  padding: 12px 13px;
  border-radius: 11px;
  background: rgba(72,216,255,.055);
  border: 1px solid rgba(72,216,255,.14);
  color: rgba(255,255,255,.69);
  font-size: 12px;
}
body.guide-main .cta {
  width: min(920px, 100%);
  margin: 38px auto 0;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid rgba(253,208,12,.26);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(253,208,12,.10), rgba(255,45,150,.08)),
        rgba(0,0,0,.86);
}
body.guide-main .cta h2 {
  margin: 0 0 8px;
  color: #fdd00c;
  font-size: 24px;
  font-weight: 800;
}
body.guide-main .cta p {
  margin: 0 0 17px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
}
body.guide-main .cta a {
  display: inline-block;
  padding: 11px 18px;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  border-radius: 9px;
  background: #fdd00c;
}
body.guide-main footer {
  padding: 30px 15px 24px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  text-align: center;
}
/* =========================================================
       RESPONSIVE
    ========================================================= */
@media (max-width: 920px) {
  body.guide-main .tpc-guide-network__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  body.guide-main .quick-deep-dive-links {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 800px) {
  body.guide-main .fast-facts {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  body.guide-main .district-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  body.guide-main .editorial-lead {
    grid-template-columns: 1fr;
  }
  body.guide-main .editorial-hero-card img {
    min-height: 220px;
  }
  body.guide-main .do-dont-grid, body.guide-main .mistakes-grid, body.guide-main .solo-points {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  body.guide-main {
    background-attachment: scroll;
  }
  body.guide-main .page {
    padding-top: 72px;
  }
  body.guide-main .hero {
    padding: 27px 17px 24px;
    border-radius: 15px;
  }
  body.guide-main .hero p {
    font-size: 16px;
  }
  body.guide-main .guide-grid {
    grid-template-columns: 1fr;
  }
  body.guide-main .quick-deep-dive-links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  body.guide-main .site-nav {
    height: auto !important;
    padding: 7px 8px !important;
  }
  body.guide-main .site-nav .nav-inner {
    height: 42px !important;
    gap: 4px !important;
  }
  body.guide-main .site-nav .nav-link {
    height: 42px !important;
    border-radius: 10px !important;
  }
  body.guide-main .site-nav .nav-link img, body.guide-main .site-nav .nav-link:hover img, body.guide-main .site-nav .nav-link:focus img, body.guide-main .site-nav .nav-link.active img {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    min-height: 31px !important;
    max-width: 31px !important;
    max-height: 31px !important;
  }
}
@media (max-width: 560px) {
  body.guide-main .tpc-guide-network {
    padding: 52px 14px 58px;
  }
  body.guide-main .tpc-guide-network__grid {
    grid-template-columns: 1fr;
  }
  body.guide-main .tpc-guide-network__card {
    min-height: 0;
  }
  body.guide-main .source-links {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   tokyo-nightlife-solo.html
   ========================================================= */
body.guide-solo {
  --bg: #090b12;
  --bg2: #0d101a;
  --panel: #111624;
  --panel2: #151b2b;
  --text: #f5f7fb;
  --muted: #aab3c6;
  --line: rgba(255,255,255,.10);
  --pink: #ff4fc8;
  --cyan: #63e7ff;
  --gold: #ffd46a;
  --green: #71e5ae;
  --max: 1120px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}
body.guide-solo * {
  box-sizing: border-box;
}
body.guide-solo {
  margin: 0;
  background: radial-gradient(circle at 10% 0%,rgba(255,79,200,.13),transparent 28rem),
        radial-gradient(circle at 95% 12%,rgba(99,231,255,.10),transparent 30rem),
        var(--bg);
  color: var(--text);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.guide-solo a {
  color: inherit;
  text-decoration: none;
}
body.guide-solo img {
  max-width: 100%;
  height: auto;
}
body.guide-solo button {
  font: inherit;
}
body.guide-solo .wrap {
  width: min(calc(100% - 34px),var(--max));
  margin-inline: auto;
}
body.guide-solo .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(9,11,18,.78);
  border-bottom: 1px solid var(--line);
}
body.guide-solo .nav {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body.guide-solo .brand {
  font-weight: 900;
  letter-spacing: .075em;
  font-size: .92rem;
  white-space: nowrap;
}
body.guide-solo .brand span {
  color: var(--pink);
}
body.guide-solo .nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: .91rem;
  font-weight: 700;
}
body.guide-solo .nav-links a:hover {
  color: #fff;
}
body.guide-solo .nav-cta {
  padding: 10px 15px;
  border-radius: 999px;
  background: #fff;
  color: #090b12 !important;
  font-weight: 900 !important;
}
body.guide-solo .hero {
  padding: 78px 0 46px;
  overflow: hidden;
}
body.guide-solo .hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(310px,.82fr);
  gap: 52px;
  align-items: center;
}
body.guide-solo .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 18px;
}
body.guide-solo .eyebrow:before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .75;
}
body.guide-solo h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(2.65rem,7vw,5.6rem);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 950;
}
body.guide-solo .hero-gradient {
  background: linear-gradient(92deg,#fff 5%,#fff 42%,var(--cyan) 70%,var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.guide-solo .lead {
  max-width: 750px;
  color: #cbd2df;
  font-size: clamp(1.08rem,2vw,1.28rem);
  line-height: 1.62;
  margin: 25px 0 26px;
}
body.guide-solo .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
body.guide-solo .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 14px;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: .18s ease;
}
body.guide-solo .btn:hover {
  transform: translateY(-2px);
}
body.guide-solo .btn-primary {
  background: #fff;
  color: #090b12;
  border-color: #fff;
}
body.guide-solo .btn-secondary {
  background: rgba(255,255,255,.035);
}
body.guide-solo .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
body.guide-solo .chip {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  color: #c7cfdd;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 750;
}
body.guide-solo .hero-card {
  position: relative;
  min-height: 470px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.015)),
        radial-gradient(circle at 80% 5%,rgba(99,231,255,.24),transparent 36%),
        radial-gradient(circle at 0% 100%,rgba(255,79,200,.22),transparent 40%),
        #111522;
  box-shadow: var(--shadow);
  overflow: hidden;
}
body.guide-solo .hero-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom,#000,transparent 80%);
  pointer-events: none;
}
body.guide-solo .tiny-label {
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--muted);
}
body.guide-solo .hero-card h2 {
  font-size: 1.9rem;
  line-height: 1.12;
  margin: 10px 0 24px;
  letter-spacing: -.03em;
}
body.guide-solo .chat {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
body.guide-solo .bubble {
  width: fit-content;
  max-width: 88%;
  padding: 12px 15px;
  border-radius: 17px;
  font-size: .93rem;
  line-height: 1.45;
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}
body.guide-solo .bubble.me {
  align-self: flex-end;
  background: #f7f8fb;
  color: #111;
  border-bottom-right-radius: 5px;
}
body.guide-solo .bubble.them {
  align-self: flex-start;
  background: #222a3d;
  border: 1px solid rgba(255,255,255,.08);
  border-bottom-left-radius: 5px;
}
body.guide-solo .truth {
  position: absolute;
  z-index: 3;
  left: 25px;
  right: 25px;
  bottom: 24px;
  padding: 15px 17px;
  border: 1px solid rgba(255,212,106,.26);
  background: rgba(255,212,106,.075);
  border-radius: 16px;
  color: #f6e7bd;
  font-size: .9rem;
}
body.guide-solo .truth strong {
  color: var(--gold);
}
body.guide-solo .jump {
  padding: 18px 0 4px;
}
body.guide-solo .jump-row {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}
body.guide-solo .jump-row::-webkit-scrollbar {
  display: none;
}
body.guide-solo .jump a {
  white-space: nowrap;
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}
body.guide-solo .jump a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
body.guide-solo .section {
  padding: 78px 0;
}
body.guide-solo .section-tight {
  padding: 42px 0 70px;
}
body.guide-solo .section-head {
  max-width: 770px;
  margin-bottom: 34px;
}
body.guide-solo .kicker {
  color: var(--pink);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.guide-solo h2 {
  font-size: clamp(2rem,4vw,3.35rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 0 0 16px;
}
body.guide-solo h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 0 0 9px;
}
body.guide-solo p {
  margin: 0 0 1rem;
}
body.guide-solo .section-head p, body.guide-solo .muted {
  color: var(--muted);
}
body.guide-solo .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body.guide-solo .big-quote {
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(145deg,rgba(255,79,200,.13),rgba(99,231,255,.06));
  border: 1px solid var(--line);
  font-size: clamp(1.35rem,3vw,2.15rem);
  font-weight: 850;
  line-height: 1.26;
  letter-spacing: -.035em;
}
body.guide-solo .intro-copy {
  padding: 25px 4px;
  color: #cbd2df;
  font-size: 1.03rem;
}
body.guide-solo .choose-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
body.guide-solo .choice {
  position: relative;
  overflow: hidden;
  padding: 24px;
  min-height: 285px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
}
body.guide-solo .choice:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  filter: blur(45px);
  opacity: .18;
  right: -35px;
  top: -45px;
  background: var(--accent,var(--cyan));
}
body.guide-solo .choice .icon {
  font-size: 1.7rem;
  margin-bottom: 33px;
}
body.guide-solo .choice h3 {
  font-size: 1.42rem;
}
body.guide-solo .choice p {
  color: var(--muted);
  font-size: .95rem;
}
body.guide-solo .choice .best {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
}
body.guide-solo .area-table {
  display: grid;
  gap: 12px;
}
body.guide-solo .area {
  display: grid;
  grid-template-columns: 155px 1.2fr 1fr 105px;
  gap: 18px;
  align-items: center;
  padding: 19px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}
body.guide-solo .area-name {
  font-weight: 950;
  font-size: 1.05rem;
}
body.guide-solo .area-desc, body.guide-solo .area-why {
  color: var(--muted);
  font-size: .9rem;
}
body.guide-solo .score {
  text-align: right;
  font-weight: 950;
  color: var(--green);
  white-space: nowrap;
}
body.guide-solo .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 17px;
}
body.guide-solo .time-card {
  padding: 25px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--panel);
}
body.guide-solo .time {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(99,231,255,.10);
  color: var(--cyan);
  font-size: .75rem;
  font-weight: 950;
  margin-bottom: 16px;
}
body.guide-solo .time-card p {
  color: var(--muted);
  font-size: .95rem;
}
body.guide-solo .time-card strong {
  color: #fff;
}
body.guide-solo .line-callout {
  margin-top: 20px;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(113,229,174,.07);
  border: 1px solid rgba(113,229,174,.18);
  color: #cbeedc;
}
body.guide-solo .starter-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
body.guide-solo .starter {
  padding: 23px;
  border-radius: 20px;
  background: #f3f5f8;
  color: #11151f;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.guide-solo .starter .quote {
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.03em;
}
body.guide-solo .starter small {
  color: #5a6371;
  font-weight: 700;
}
body.guide-solo .scorecard {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}
body.guide-solo .score-row {
  display: grid;
  grid-template-columns: 1.25fr .72fr 1.7fr;
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
body.guide-solo .score-row:last-child {
  border-bottom: 0;
}
body.guide-solo .score-row.head {
  font-size: .74rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 950;
  background: rgba(255,255,255,.025);
}
body.guide-solo .stars {
  letter-spacing: .05em;
  color: var(--gold);
  font-weight: 900;
}
body.guide-solo .score-note {
  color: var(--muted);
  font-size: .9rem;
}
body.guide-solo .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
body.guide-solo .panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
body.guide-solo .panel p, body.guide-solo .panel li {
  color: var(--muted);
}
body.guide-solo .panel ul {
  margin: 16px 0 0;
  padding-left: 20px;
}
body.guide-solo .panel li {
  margin: 9px 0;
}
body.guide-solo .panel strong {
  color: #fff;
}
body.guide-solo .warning {
  background: linear-gradient(145deg,rgba(255,212,106,.08),rgba(255,79,200,.04));
  border-color: rgba(255,212,106,.18);
}
body.guide-solo .decision {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  border-radius: 28px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--panel);
}
body.guide-solo .decision-clock {
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle,rgba(99,231,255,.13),transparent 52%),
        #0c111d;
  padding: 30px;
}
body.guide-solo .clock-big {
  font-size: clamp(4rem,10vw,7rem);
  font-weight: 950;
  letter-spacing: -.07em;
  line-height: .9;
}
body.guide-solo .decision-copy {
  padding: 36px;
}
body.guide-solo .decision-copy h2 {
  font-size: 2.35rem;
}
body.guide-solo .decision-copy p {
  color: var(--muted);
}
body.guide-solo .decision-list {
  display: grid;
  gap: 10px;
  margin-top: 23px;
}
body.guide-solo .decision-item {
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
body.guide-solo .decision-item strong {
  display: block;
  margin-bottom: 2px;
}
body.guide-solo .decision-item span {
  font-size: .88rem;
  color: var(--muted);
}
body.guide-solo .mistakes {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  counter-reset: mistake;
}
body.guide-solo .mistake {
  counter-increment: mistake;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
body.guide-solo .mistake:before {
  content: "0" counter(mistake);
  display: block;
  color: var(--pink);
  font-size: .72rem;
  letter-spacing: .13em;
  font-weight: 950;
  margin-bottom: 10px;
}
body.guide-solo .mistake p {
  color: var(--muted);
  font-size: .94rem;
}
body.guide-solo .plans {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
body.guide-solo .plan {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  overflow: hidden;
}
body.guide-solo .plan-top {
  padding: 22px 22px 18px;
  border-bottom: 1px solid var(--line);
}
body.guide-solo .plan-top .emoji {
  font-size: 1.75rem;
}
body.guide-solo .plan-top h3 {
  margin-top: 10px;
  font-size: 1.35rem;
}
body.guide-solo .plan-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 11px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
body.guide-solo .plan-step:last-child {
  border-bottom: 0;
}
body.guide-solo .plan-step time {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
}
body.guide-solo .plan-step div {
  color: var(--muted);
  font-size: .9rem;
}
body.guide-solo .plan-step strong {
  color: #fff;
}
body.guide-solo .cta {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 10% 100%,rgba(255,79,200,.25),transparent 35%),
        radial-gradient(circle at 90% 0%,rgba(99,231,255,.22),transparent 37%),
        #121725;
}
body.guide-solo .cta:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 320px;
  height: 320px;
  border: 55px solid rgba(255,255,255,.035);
  border-radius: 50%;
}
body.guide-solo .cta-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
body.guide-solo .cta h2 {
  font-size: clamp(2rem,5vw,3.6rem);
}
body.guide-solo .cta p {
  color: #c8d0de;
  font-size: 1.02rem;
  max-width: 700px;
}
body.guide-solo .faq {
  display: grid;
  gap: 10px;
}
body.guide-solo details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.025);
  padding: 0 19px;
}
body.guide-solo summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 35px 18px 0;
  font-weight: 900;
  position: relative;
}
body.guide-solo summary::-webkit-details-marker {
  display: none;
}
body.guide-solo summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 16px;
  color: var(--cyan);
  font-size: 1.3rem;
}
body.guide-solo details[open] summary:after {
  content: "–";
}
body.guide-solo details p {
  color: var(--muted);
  padding: 0 0 18px;
  margin: 0;
  max-width: 850px;
}
body.guide-solo .related {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
body.guide-solo .related a {
  padding: 19px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  transition: .18s ease;
}
body.guide-solo .related a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.23);
}
body.guide-solo .related b {
  display: block;
  margin-bottom: 7px;
}
body.guide-solo .related span {
  display: block;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.45;
}
body.guide-solo .official {
  font-size: .84rem;
  color: #7f899c;
  margin-top: 28px;
}
body.guide-solo .official a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.guide-solo footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 42px;
  color: #7e889b;
  font-size: .84rem;
}
body.guide-solo .footer-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
body.guide-solo .footer-links {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}
@media (max-width:900px) {
  body.guide-solo .nav-links a:not(.nav-cta) {
    display: none;
  }
  body.guide-solo .hero {
    padding-top: 54px;
  }
  body.guide-solo .hero-grid, body.guide-solo .intro-grid, body.guide-solo .split, body.guide-solo .decision {
    grid-template-columns: 1fr;
  }
  body.guide-solo .hero-card {
    min-height: 410px;
  }
  body.guide-solo .choose-grid, body.guide-solo .timeline, body.guide-solo .starter-grid, body.guide-solo .plans {
    grid-template-columns: 1fr;
  }
  body.guide-solo .area {
    grid-template-columns: 1fr auto;
  }
  body.guide-solo .area-desc, body.guide-solo .area-why {
    grid-column: 1/-1;
  }
  body.guide-solo .score {
    grid-column: 2;
    grid-row: 1;
  }
  body.guide-solo .related {
    grid-template-columns: 1fr 1fr;
  }
  body.guide-solo .decision-clock {
    min-height: 230px;
  }
}
@media (max-width:600px) {
  body.guide-solo .wrap {
    width: min(calc(100% - 26px),var(--max));
  }
  body.guide-solo .section {
    padding: 60px 0;
  }
  body.guide-solo .hero {
    padding-top: 42px;
  }
  body.guide-solo .lead {
    font-size: 1.03rem;
  }
  body.guide-solo .hero-card {
    padding: 20px;
    min-height: 390px;
    border-radius: 25px;
  }
  body.guide-solo .truth {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  body.guide-solo .score-row {
    grid-template-columns: 1fr auto;
  }
  body.guide-solo .score-note {
    grid-column: 1/-1;
  }
  body.guide-solo .score-row.head {
    display: none;
  }
  body.guide-solo .mistakes {
    grid-template-columns: 1fr;
  }
  body.guide-solo .related {
    grid-template-columns: 1fr;
  }
  body.guide-solo .cta {
    padding: 27px 23px;
  }
  body.guide-solo .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion:reduce) {
  body.guide-solo * {
    transition: none !important;
  }
}
/* =========================================================
   TOKYO PUB CRAWL — INTERCONNECTED GUIDE NETWORK
   Safe to reuse on every editorial page.
========================================================= */
body.guide-solo .tpc-guide-network {
  padding: 64px 18px 72px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 12% 0%,rgba(255,63,112,.10),transparent 28rem),
    radial-gradient(circle at 88% 100%,rgba(92,236,240,.07),transparent 26rem),
    rgba(5,6,10,.72);
}
body.guide-solo .tpc-guide-network * {
  box-sizing: border-box;
}
body.guide-solo .tpc-guide-network__inner {
  width: min(1100px,100%);
  margin: 0 auto;
}
body.guide-solo .tpc-guide-network__eyebrow {
  margin: 0 0 8px;
  color: #ffcc53;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.guide-solo .tpc-guide-network h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.guide-solo .tpc-guide-network__intro {
  max-width: 720px;
  margin: 12px 0 24px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}
body.guide-solo .tpc-guide-network__grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
}
body.guide-solo .tpc-guide-network__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
  transition: transform .18s ease,border-color .18s ease,background .18s ease;
}
body.guide-solo .tpc-guide-network__card:hover, body.guide-solo .tpc-guide-network__card:focus {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.06);
}
body.guide-solo .tpc-guide-network__card[aria-current="page"] {
  border-color: rgba(255,79,154,.42);
  background: linear-gradient(145deg,rgba(255,79,154,.12),rgba(92,236,240,.04)),
    rgba(255,255,255,.035);
}
body.guide-solo .tpc-guide-network__icon {
  display: block;
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 1;
}
body.guide-solo .tpc-guide-network__card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
body.guide-solo .tpc-guide-network__card span:last-child {
  color: rgba(255,255,255,.60);
  font-size: 12.5px;
  line-height: 1.45;
}
body.guide-solo .tpc-guide-network__current {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #ffb9d5 !important;
  background: rgba(255,79,154,.11);
  border: 1px solid rgba(255,79,154,.22);
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width:920px) {
  body.guide-solo .tpc-guide-network__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:560px) {
  body.guide-solo .tpc-guide-network {
    padding: 52px 14px 58px;
  }
  body.guide-solo .tpc-guide-network__grid {
    grid-template-columns: 1fr;
  }
  body.guide-solo .tpc-guide-network__card {
    min-height: 0;
  }
}

/* =========================================================
   SHARED INSIDER NOTES + GUIDE NETWORK
   Previously duplicated verbatim across eight guide pages.
   ========================================================= */
/* ===== Tokyo Pub Crawl: compact insider notes + unified 8-guide network ===== */
.tpc-insider-section{width:min(calc(100% - 34px),1050px);margin:56px auto;padding:0}
.tpc-insider-head{margin-bottom:18px}
.tpc-insider-kicker{margin:0 0 7px;color:#ffd84d;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.tpc-insider-head h2,.tpc-insider-network h2{margin:0;color:#fff;font-size:clamp(25px,4vw,38px);line-height:1.08}
.tpc-insider-head p{margin:9px 0 0;color:rgba(255,255,255,.65);font-size:14px}
.tpc-insider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tpc-insider-card{position:relative;padding:16px 16px 16px 52px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(255,255,255,.035)}
.tpc-insider-card .ico{position:absolute;left:15px;top:15px;font-size:21px}
.tpc-insider-card strong{display:block;margin-bottom:4px;color:#fff;font-size:14px;line-height:1.25}
.tpc-insider-card span{display:block;color:rgba(255,255,255,.65);font-size:13px;line-height:1.48}
.tpc-insider-network{margin-top:58px;padding:58px 17px 68px;border-top:1px solid rgba(255,255,255,.08);background:rgba(5,6,10,.60)}
.tpc-insider-wrap{width:min(1080px,100%);margin:auto}
.tpc-insider-network-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:20px}
.tpc-insider-network-card{position:relative;display:flex;flex-direction:column;min-height:150px;padding:17px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.035);color:#fff!important;text-decoration:none!important}
.tpc-insider-network-card:hover{border-color:rgba(255,216,77,.32);background:rgba(255,255,255,.055)}
.tpc-insider-network-card[aria-current="page"]{border-color:rgba(255,79,154,.38);background:linear-gradient(145deg,rgba(255,79,154,.10),rgba(92,236,240,.035))}
.tpc-insider-network-icon{font-size:24px;line-height:1;margin-bottom:12px}
.tpc-insider-network-card strong{display:block;margin-bottom:6px;font-size:14px;line-height:1.2}
.tpc-insider-network-card>span:last-child{color:rgba(255,255,255,.58);font-size:12px;line-height:1.42}
.tpc-insider-current{position:absolute;right:10px;top:10px!important;color:#ffb4d2!important;font-size:8px!important;font-weight:900;letter-spacing:.08em}
@media(max-width:820px){.tpc-insider-network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.tpc-insider-grid,.tpc-insider-network-grid{grid-template-columns:1fr}.tpc-insider-section{margin:42px auto}.tpc-insider-network{padding:48px 14px 56px}.tpc-insider-network-card{min-height:0}}
