body.attractions-page {
  background: #f7faf7;
  color: var(--text);
}

.attractions-hero {
  padding: 86px 0 46px;
  background:
    linear-gradient(115deg, rgba(11, 38, 27, 0.88), rgba(30, 97, 51, 0.62)),
    url("./img/048b38c65b3d39ec06a88a45d2e2acc9.png") center / cover no-repeat;
  color: #fff;
}

.attractions-hero-inner,
.attractions-shell {
  width: min(1180px, calc(100% - 52px));
  margin: 0 auto;
}

.attractions-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
}

.attractions-hero h1 {
  max-width: 720px;
  margin: 10px 0 16px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.attractions-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

.hero-mini-card {
  min-width: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 48px rgba(3, 25, 16, 0.22);
  backdrop-filter: blur(14px);
}

.hero-mini-card span,
.hero-mini-card small {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.hero-mini-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 22px;
}

.attractions-shell {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 30px;
  padding: 34px 0 70px;
  align-items: start;
}

.attraction-sidebar,
.attraction-detail,
.detail-tips {
  border: 1px solid rgba(220, 232, 220, 0.9);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(22, 42, 31, 0.08);
}

.attraction-sidebar {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 22px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.attraction-sidebar::-webkit-scrollbar {
  display: none;
}

.mobile-attraction-toggle {
  display: none;
}

.sidebar-title {
  padding: 28px 26px 22px;
  background: linear-gradient(180deg, #ffffff, #eef7ee);
}

.sidebar-title span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sidebar-title h2 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.category-group {
  border-top: 1px solid var(--line);
}

.category-toggle,
.attraction-link {
  width: 100%;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.category-toggle {
  padding: 17px 22px;
  color: #203127;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
}

.category-toggle.active {
  color: var(--green-dark);
  background: #eef7ee;
}

.attraction-list {
  display: grid;
}

.attraction-link {
  position: relative;
  padding: 15px 20px 15px 42px;
  color: #506055;
  background: #fff;
  border-top: 1px solid #f0f4f0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.attraction-link::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9d9c8;
  transform: translateY(-50%);
}

.attraction-link:hover,
.attraction-link.active {
  color: var(--green-dark);
  background: #f5fbf4;
}

.attraction-link.active::before {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(79, 154, 69, 0.12);
}

.attraction-link.attraction-coming:disabled {
  color: #9aa69e;
  background: #fafcf9;
  cursor: default;
  opacity: 0.8;
}

.attraction-link.attraction-coming:disabled::before {
  background: #d8ded9;
}

.sidebar-help {
  margin: 20px;
  padding: 20px;
  border-radius: 18px;
  background: #f2f8f2;
}

.sidebar-help strong {
  display: block;
  font-size: 15px;
}

.sidebar-help p {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.sidebar-help a,
.tour-include-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  color: #fff;
  background: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.attraction-detail {
  overflow: hidden;
  border-radius: 24px;
}

.detail-hero-card {
  min-height: 330px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  transition: background-image 0.25s ease;
}

.detail-hero-overlay {
  width: 100%;
  padding: 42px;
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 17, 12, 0.02), rgba(4, 17, 12, 0.82));
}

.detail-hero-overlay > span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.detail-hero-overlay h2 {
  margin: 16px 0 8px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.detail-hero-overlay p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 700;
}

.detail-facts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.detail-facts span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(5, 23, 15, 0.26);
  font-size: 12px;
  font-weight: 800;
}

.detail-content-grid {
  display: grid;
  /* grid-template-columns: minmax(0, 1fr) 250px; */
  gap: 28px;
  padding: 34px;
}

.detail-section + .detail-section {
  margin-top: 34px;
}

.detail-section h3,
.detail-tips h3 {
  position: relative;
  margin: 0 0 16px;
  padding-left: 14px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.detail-section h3::before,
.detail-tips h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.05em;
  border-radius: 999px;
  background: var(--green);
}

.detail-section p {
  margin: 0;
  color: #39463d;
  font-size: 15px;
  line-height: 1.85;
}

.highlight-list {
  display: grid;
  gap: 16px;
}

.highlight-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid #edf3ed;
  border-radius: 16px;
  background: #fff;
}

.highlight-index {
  color: var(--green);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.highlight-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.highlight-item p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.highlight-images {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  touch-action: pan-x;
  background: transparent;
}

.highlight-images::-webkit-scrollbar {
  height: 7px;
}

.highlight-images::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(79, 154, 69, 0.45);
}

.highlight-images::-webkit-scrollbar-thumb:hover {
  background: rgba(79, 154, 69, 0.72);
}

.highlight-images::-webkit-scrollbar-track {
  background: transparent;
}

.highlight-images img {
  flex: 0 0 180px;
  width: 180px;
  height: 118px;
  object-fit: cover;
  border-radius: 14px;
  scroll-snap-align: start;
  cursor: zoom-in;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.highlight-images img:hover {
  transform: translateY(-2px);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(6, 18, 12, 0.78);
  backdrop-filter: blur(8px);
}

.image-lightbox.active {
  display: flex;
}

.image-lightbox img {
  max-width: min(1080px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.guide-list {
  display: grid;
  gap: 12px;
}

.guide-list p {
  position: relative;
  padding: 14px 16px 14px 36px;
  border: 1px solid #edf3ed;
  border-radius: 14px;
  background: #fff;
}

.guide-list p::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.detail-tips {
  align-self: start;
  padding: 22px;
  border-radius: 20px;
  box-shadow: none;
}

.tip-list {
  display: grid;
  gap: 14px;
}

.tip-item {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.tip-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.tip-item strong {
  display: block;
  margin-top: 5px;
  color: #213227;
  font-size: 13px;
  line-height: 1.45;
}

.tour-include-card {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: #eef7ee;
}

.tour-include-card p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .attractions-hero-inner {
    display: block;
  }

  .hero-mini-card {
    margin-top: 26px;
  }

  .attractions-shell,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .attraction-sidebar {
    position: static;
  }

  .detail-content-grid {
    padding: 26px;
  }
}

@media (max-width: 680px) {
  body.attractions-page {
    padding-top: 68px;
    overflow-x: hidden;
  }

  .attractions-page .site-header {
    min-height: 68px;
    padding: 10px 14px;
    display: flex;
    gap: 10px;
  }

  .attractions-page .brand {
    min-width: 0;
    max-width: 100%;
    gap: 8px;
  }

  .attractions-page .brand-mark {
    width: 40px;
    flex: 0 0 40px;
  }

  .attractions-page .brand strong,
  .attractions-page .brand small {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .attractions-page .brand strong { font-size: 12px; }
  .attractions-page .brand small { font-size: 8px; }

  .attractions-page .header-actions {
    width: auto;
    margin-left: auto;
    gap: 0;
  }

  .attractions-page .mobile-nav-toggle {
    order: 4;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border-radius: 8px;
  }

  .attractions-page .mobile-nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .attractions-page.nav-open .mobile-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .attractions-page.nav-open .mobile-nav-toggle span:nth-child(2) { opacity: 0; }
  .attractions-page.nav-open .mobile-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .attractions-page .quote-btn { display: none; }

  .attractions-page .language {
    min-width: 48px;
    justify-content: flex-end;
    font-size: 11px;
  }

  .attractions-page .language-icon { display: none; }
  .attractions-page .language-menu {
    position: fixed;
    top: 57px;
    right: 12px;
    min-width: 150px;
  }

  .attractions-page .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: auto;
    padding: 10px;
    border: 1px solid #e1ebe0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 30px rgba(22, 42, 31, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .attractions-page.nav-open .nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .attractions-page .nav-links a {
    min-width: 0;
    padding: 11px 5px;
    border-radius: 7px;
    background: #f4f7f3;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .attractions-page .nav-links a.active {
    background: #e8f3e6;
    color: var(--green-dark);
  }

  .attractions-hero-inner,
  .attractions-shell {
    width: calc(100% - 32px);
  }

  .attractions-hero {
    height: auto;
    min-height: clamp(300px, 74vw, 410px);
    padding: 0;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
  }

  .attractions-hero-inner {
    padding: 34px 0;
  }

  .attractions-hero h1 {
    margin: 8px 0 12px;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.12;
  }

  .attractions-hero p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.65;
  }

  .hero-mini-card {
    min-width: 0;
    margin-top: 18px;
    padding: 15px;
    border-radius: 14px;
  }

  .hero-mini-card strong { font-size: 17px; }
  .hero-mini-card span,
  .hero-mini-card small { font-size: 10px; }

  .attractions-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 0 42px;
  }

  .attraction-detail {
    width: 100%;
    border-radius: 15px;
  }

  .attraction-sidebar {
    position: fixed;
    z-index: 70;
    right: 12px;
    top: 58%;
    width: 58px;
    height: 58px;
    max-height: none;
    overflow: visible;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    touch-action: none;
  }

  .mobile-attraction-toggle {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--green), var(--green-dark));
    box-shadow: 0 12px 26px rgba(28, 82, 46, 0.32);
    font: inherit;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }

  .mobile-attraction-toggle:active { cursor: grabbing; }

  .mobile-attraction-toggle-copy {
    display: grid;
    place-items: center;
  }

  .mobile-attraction-toggle small { display: none; }

  .mobile-attraction-toggle strong {
    max-width: 44px;
    color: #fff;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }

  .mobile-attraction-chevron { display: none; }

  .sidebar-category-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 71;
    display: block;
    max-height: min(72vh, 560px);
    overflow-y: auto;
    border: 1px solid #dce8db;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(13, 39, 24, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px) scale(0.98);
    transform-origin: bottom right;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .attraction-sidebar.is-open .sidebar-category-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .attraction-sidebar.is-dragging .mobile-attraction-toggle {
    box-shadow: 0 16px 34px rgba(28, 82, 46, 0.44);
    transform: scale(1.05);
  }

  .sidebar-title {
    padding: 18px 16px;
  }

  .sidebar-title h2 { font-size: 22px; }
  .category-toggle { padding: 13px 16px; font-size: 13px; }
  .attraction-link { padding: 12px 14px 12px 36px; font-size: 11px; }
  .attraction-link::before { left: 18px; }

  .sidebar-help {
    margin: 14px;
    padding: 15px;
    border-radius: 12px;
  }

  .sidebar-help strong { font-size: 13px; }
  .sidebar-help p { font-size: 11px; }

  .attraction-detail { overflow: hidden; }

  .detail-hero-card {
    min-height: clamp(280px, 70vw, 360px);
  }

  .detail-hero-overlay {
    padding: 22px 16px;
  }

  .detail-hero-overlay h2 {
    margin: 11px 0 7px;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .detail-hero-overlay p {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.65;
  }

  .detail-facts { gap: 6px; }
  .detail-facts span { padding: 7px 9px; font-size: 10px; }

  .detail-content-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 18px 16px;
  }

  .detail-section + .detail-section { margin-top: 24px; }
  .detail-section h3,
  .detail-tips h3 { margin-bottom: 11px; font-size: 17px; }
  .detail-section p { font-size: 12px; line-height: 1.75; }

  .highlight-list,
  .guide-list,
  .tip-list { gap: 9px; }

  .highlight-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 13px;
    border-radius: 11px;
  }

  .highlight-index { font-size: 20px; }
  .highlight-item strong { font-size: 13px; }
  .highlight-item p { font-size: 11px; line-height: 1.6; }

  .highlight-images { gap: 8px; margin-top: 10px; }
  .highlight-images img {
    flex: 0 0 78%;
    width: 78%;
    height: 128px;
    border-radius: 10px;
  }

  .guide-list p { padding: 11px 12px 11px 30px; font-size: 11px; }
  .guide-list p::before { left: 13px; top: 18px; }

  .detail-tips {
    padding: 16px;
    border-radius: 13px;
  }

  .tip-item { padding-bottom: 10px; }
  .tip-item span { font-size: 10px; }
  .tip-item strong { font-size: 11px; }
  .tour-include-card { margin-top: 14px; padding: 14px; }
  .tour-include-card p { font-size: 11px; }

  .image-lightbox { padding: 14px; }
  .image-lightbox img { max-width: 96vw; max-height: 82vh; border-radius: 12px; }
  .lightbox-close { top: 12px; right: 14px; }
}
