/* ============================================================
   orange.css — Orange Module styles
   Brand palette (claude.template.theme.md):
     Sky Blue  #60c9eb  — primary accent, icons
     Mid Navy  #0f3460  — buttons, active states, gradient end
     Dark Navy #1a1a2e  — hero gradient start, footer
     Gold      #f0c040  — editor-pick ribbon, hover accents
     Pink      #d63384  — reservation emphasis
   ============================================================ */

/* ── Lang bar ───────────────────────────────────────────────── */
.orange-lang-bar { margin-top: 16px; }

.orange-detail-lang-bar {
  background: #16213e;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 8px 0;
}
.orange-lang-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.orange-lang-btn:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}
.orange-lang-btn.active {
  background: #60c9eb;
  border-color: #60c9eb;
  color: #fff;
}

/* lang bar on light backgrounds (list hero override) */
.orange-list-hero .orange-lang-btn {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.25);
}
.orange-list-hero .orange-lang-btn:hover  { background: rgba(255,255,255,0.12); color: #fff; }
.orange-list-hero .orange-lang-btn.active { background: #60c9eb; border-color: #60c9eb; color: #fff; }

/* ── Hero section ───────────────────────────────────────────── */
.orange-list-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  padding: 56px 0 32px;
  position: relative;
  overflow: hidden;
}
.orange-list-hero .container { position: relative; z-index: 2; }

/* decorative blob — matches hotplace hero */
.orange-hero-blob {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(96,201,235,0.12);
  pointer-events: none;
}

.orange-list-eyebrow {
  color: #60c9eb;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.orange-list-title {
  font-size: 2.2em;
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}

/* ── Category-info filter select (hero) ─────────────────────── */
.orange-ci-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.orange-ci-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  white-space: nowrap;
}
.orange-ci-select {
  min-width: 140px;
  cursor: pointer;
}

/* ── Category tabs ──────────────────────────────────────────── */
.orange-cat-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 28px;
}
.orange-tabs-nav {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.orange-tabs-nav li a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background .15s, color .15s;
}
.orange-tabs-nav li a:hover { background: #f5f5f5; color: #1a1a2e; }
.orange-tabs-nav li.active a {
  background: #0f3460;
  color: #fff;
  border-color: #0f3460;
}

/* ── Spot grid ──────────────────────────────────────────────── */
.orange-spot-grid { padding: 0 0 56px; }

.orange-card-link { display: block; text-decoration: none; color: inherit; }
.orange-card-link:hover { text-decoration: none; color: inherit; }

.orange-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}
.orange-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  transform: translateY(-2px);
}

.orange-card-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #e8f4fb;
  position: relative;
}

/* editor ribbon — gold to stand out against dark or light cards */
.orange-editor-ribbon {
  position: absolute;
  top: 12px;
  left: -30px;
  background: #f0c040;
  color: #1a1a2e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 38px;
  transform: rotate(-45deg);
  transform-origin: center center;
}
.orange-editor-ribbon-inline {
  position: static;
  transform: none;
  display: inline-block;
  background: #f0c040;
  color: #1a1a2e;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: middle;
}

.orange-cat-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(15,52,96,0.80);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: .03em;
}
.orange-cat-badge-lg {
  position: static;
  display: inline-block;
  background: #0f3460;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: .03em;
  vertical-align: middle;
}

.orange-card-body { padding: 14px 16px; }
.orange-card-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orange-card-intro {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.orange-card-meta { font-size: 12px; color: #888; }
.orange-walk-badge,
.orange-price-badge {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 2px 7px;
  margin-right: 4px;
  font-weight: 600;
  color: #333;
}

.orange-empty { padding: 56px 0; }

/* ── Detail page ────────────────────────────────────────────── */
.orange-detail-section { padding: 36px 0 56px; }

.orange-detail-name {
  font-size: 2.0em;
  font-weight: 900;
  margin: 0 0 12px;
  color: #1a1a2e;
  line-height: 1.2;
}
.orange-detail-badges { margin-bottom: 20px; }

/* intro — sky blue left border matches hotplace .hp-summary border */
.orange-detail-intro {
  border-left: 3px solid #60c9eb;
  padding-left: 16px;
  margin-bottom: 28px;
  background: rgba(96,201,235,0.06);
  border-radius: 0 4px 4px 0;
  padding: 14px 16px;
}
.orange-detail-intro p {
  font-size: 15px;
  color: #444;
  margin: 0 0 6px;
  line-height: 1.7;
}
.orange-detail-intro p:last-child { margin: 0; }

/* ── Quick stats bar ────────────────────────────────────────── */
.orange-stats-bar {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #0f3460;
  border-radius: 4px;
  padding: 12px 18px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.orange-stat { font-size: 14px; color: #313131; }
.orange-stat i { color: #60c9eb; margin-right: 5px; }

.orange-subway-line {
  display: inline-block;
  background: #0f3460;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 3px;
  margin-right: 4px;
}
.orange-yen {
  font-weight: 700;
  color: #0f3460;
  font-size: 15px;
  letter-spacing: .03em;
}

/* ── Map ────────────────────────────────────────────────────── */
.orange-map-wrap { margin-bottom: 24px; }
.orange-address { font-size: 13px; color: #777; margin-top: 8px; }
.orange-btn-map {
  background: #03c75a; color: #fff; border: none; margin-right: 6px;
}
.orange-btn-map:hover { background: #02a84a; color: #fff; }
.orange-btn-map-g { background: #4285f4; color: #fff; border: none; }
.orange-btn-map-g:hover { background: #2c6fcd; color: #fff; }

/* ── SNS row ────────────────────────────────────────────────── */
.orange-sns-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.orange-sns-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #555;
  transition: opacity .15s;
}
.orange-sns-btn:hover      { opacity: .85; color: #fff; text-decoration: none; }
.orange-sns-instagram      { background: #e1306c; }
.orange-sns-youtube        { background: #ff0000; }
.orange-sns-facebook       { background: #1877f2; }
.orange-sns-blog           { background: #03c75a; }
.orange-sns-weibo          { background: #e6162d; }
.orange-sns-xiaohongshu    { background: #fe2c55; }

/* ── Contact row ────────────────────────────────────────────── */
.orange-contact-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.orange-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: #f5f5f5;
  border: 1px solid #ddd;
  transition: background .15s;
}
.orange-contact-btn:hover { background: #eee; color: #1a1a2e; text-decoration: none; }
.orange-contact-btn i { color: #60c9eb; }

/* ── Tags row ───────────────────────────────────────────────── */
.orange-tags-row { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.orange-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 12px;
  color: #555;
}
.orange-tag i { color: #60c9eb; }
.orange-tag-reservation {
  background: #e8f9ff;
  border-color: #60c9eb;
  color: #0f3460;
  font-weight: 600;
}

/* ── CTA section — matches #hotplace-cta exactly ────────────── */
.orange-cta-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  padding: 64px 0;
  margin-top: 40px;
}
.orange-cta-section .container { color: #fff; }
.orange-cta-headline {
  color: #fff;
  font-size: 1.8em;
  font-weight: 900;
  margin: 0 0 12px;
  line-height: 1.3;
}
.orange-cta-subtext {
  color: rgba(255,255,255,.85);
  font-size: 1.05em;
  margin: 0 0 32px;
  line-height: 1.7;
}
.orange-cta-btn { margin: 0 6px; }

/* hp-btn fallbacks — mirrors hotplace.template.css definitions  */
/* (hotplace.template.css not loaded on orange pages)            */
.hp-btn-white {
  background: #fff;
  color: #0f3460;
  font-weight: 800;
  border: none;
}
.hp-btn-white:hover { background: #e8f9ff; color: #0f3460; }

.hp-btn-outline {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 2px solid rgba(255,255,255,0.5);
}
.hp-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.8);
}

/* ── Admin dashboard tiles ──────────────────────────────────── */
.orange-dash-cat-link { text-decoration: none; display: block; }
.orange-dash-cat-link:hover { text-decoration: none; }
.orange-dash-cat-tile {
  text-align: center;
  padding: 16px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
  transition: box-shadow .15s;
}
.orange-dash-cat-tile:hover { box-shadow: 0 2px 8px rgba(0,0,0,.10); }
.orange-dash-cat-tile strong {
  display: block;
  font-size: 28px;
  color: #60c9eb;
  line-height: 1;
}
.orange-dash-cat-tile span { font-size: 12px; color: #666; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 767px) {
  .orange-list-title   { font-size: 1.7em; }
  .orange-detail-name  { font-size: 1.6em; }
  .orange-stats-bar    { gap: 10px; }
  .orange-cta-section  { padding: 40px 0; }
  .orange-cta-headline { font-size: 1.4em; }
  .orange-cta-subtext  { font-size: 0.95em; }
  .orange-hero-blob    { width: 160px; height: 160px; top: -20px; right: -20px; }
}
