/* 吉恩典山丘露營區官網 — 共用樣式 */

:root {
  /* 吉恩典山丘 design system — 溫馨田園 palette */
  --green-dark: #2e4a3b;   /* primary-ink：標題／深底／導覽 active */
  --green: #6f9a81;        /* primary-deep：hover、漸層終點 */
  --green-light: #dcebe1;  /* 淡草坡綠：hover 底色、卡片漸層起點 */
  --tan: #a7c9d9;          /* dusk sky：裝飾邊線、卡片漸層終點 */
  --tan-dark: #c4623e;     /* terracotta：主按鈕、強調文字 */
  --cream: #fbf8ec;        /* 版面底色 */
  --wood: #9c6b3e;         /* 木棧棕：次要強調 */
  --ink: #332d3d;          /* 暮色墨：內文與標題文字 */
  --ink-soft: #6b6458;
  --white: #fffef8;        /* 卡片／按鈕上的暖白 */
  --border: #e4dcc5;
  --shadow: 0 4px 16px rgba(51, 45, 61, 0.08);
  --shadow-lg: 0 10px 30px rgba(51, 45, 61, 0.14);
  --radius: 14px;
  --max-width: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif TC", "Noto Sans TC", "PingFang TC", serif;
}

.brush {
  font-family: "Ma Shan Zheng", "Noto Serif TC", serif;
  font-weight: 400;
}

.hand-tag {
  font-family: "Caveat", "Noto Sans TC", cursive;
  font-weight: 700;
  color: var(--tan-dark);
  font-size: 1.05em;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 240, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}

.nav-bar {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand img {
  height: 48px;
  width: auto;
}

.brand-name {
  font-family: "Ma Shan Zheng", "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--green-dark);
  letter-spacing: 0.05em;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: var(--green-dark);
  margin: 6px 0;
  transition: 0.2s;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  display: block;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--green-light);
  color: var(--green-dark);
}

.nav-links a.nav-cta {
  background: var(--green);
  color: var(--white);
}

.nav-links a.nav-cta:hover {
  background: var(--green-dark);
  color: var(--white);
}

@media (max-width: 880px) {
  .nav-toggle { display: block; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 16px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    display: none;
  }

  .nav-links.open { display: flex; }

  .nav-links a { padding: 12px 10px; border-radius: 8px; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  height: min(78vh, 620px);
  min-height: 360px;
  overflow: hidden;
  background: var(--ink);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}

.hero-slide.active { opacity: 1; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(51,45,61,0.18) 0%, rgba(41,36,49,0.52) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  padding: 20px;
}

.hero-overlay .eyebrow {
  font-family: "Caveat", "Noto Sans TC", cursive;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  text-transform: none;
  opacity: 0.95;
  margin-bottom: 4px;
}

.hero-overlay h1 {
  font-family: "Ma Shan Zheng", "Noto Serif TC", serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  margin: 0 0 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

.hero-overlay p {
  max-width: 560px;
  margin: 0 auto 26px;
  font-size: 1.05rem;
  opacity: 0.95;
}

.hero-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}

.hero-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
}

.hero-dots button.active { background: var(--white); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-primary { background: var(--tan-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--green-dark); border-color: var(--green-dark); }
.btn-ghost { background: var(--white); color: var(--ink); border-color: var(--border); }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 10px 0;
}

/* ---------- Sections ---------- */

section { padding: 64px 0; }

.section-alt { background: var(--white); }

.section-title {
  text-align: center;
  margin-bottom: 8px;
}

.section-title .eyebrow {
  display: block;
  text-align: center;
  color: var(--tan-dark);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 6px;
}

.section-title h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--green-dark);
  margin: 0 0 34px;
}

.page-hero {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: var(--white);
  text-align: center;
  padding: 56px 20px;
}

.page-hero h1 { margin: 0 0 8px; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.page-hero p { margin: 0; opacity: 0.92; }

/* History / About */

.history-text p { margin: 0 0 16px; color: var(--ink-soft); }

.history-block {
  max-width: 780px;
  margin: 0 auto 40px;
}

.trio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto 48px;
}

.trio-grid img {
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  object-fit: cover;
  box-shadow: var(--shadow);
}

@media (max-width: 720px) {
  .trio-grid { grid-template-columns: 1fr 1fr; }
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-split img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
  object-fit: cover;
}

.about-split h3 {
  color: var(--green-dark);
  font-size: 1.4rem;
  margin-top: 0;
}

.about-split p { color: var(--ink-soft); }

@media (max-width: 760px) {
  .about-split { grid-template-columns: 1fr; }
}

/* ---------- Contact block ---------- */

.contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  max-width: 720px;
  margin: 36px auto 0;
  box-shadow: var(--shadow);
}

.contact-block img { width: 120px; border-radius: 10px; flex-shrink: 0; }

.contact-lines p {
  margin: 6px 0;
  font-weight: 600;
}

.contact-lines .contact-code {
  color: var(--green-dark);
  font-size: 1.05rem;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 40px;
}

.map-embed iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

/* ---------- Zone cards (營區介紹) ---------- */

.zone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 900px) { .zone-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .zone-grid { grid-template-columns: 1fr; } }

.zone-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.15s;
}

.zone-card:hover { transform: translateY(-4px); }

.zone-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.zone-card-body { padding: 16px; text-align: center; }

.zone-card-body h4 {
  margin: 0 0 6px;
  color: var(--green-dark);
}

.zone-card-body span {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.zone-card-body .zone-dim {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--tan-dark);
}

.layout-map {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  margin-bottom: 48px;
}

/* ---------- Gallery ---------- */

.gallery-group h3 {
  color: var(--green-dark);
  border-left: 5px solid var(--tan);
  padding-left: 12px;
  margin: 44px 0 20px;
}

.gallery-group:first-of-type h3 { margin-top: 0; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.gallery-grid a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-grid img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.25s;
}

.gallery-grid a:hover img { transform: scale(1.06); }

/* ---------- Directions ---------- */

.route-intro {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  margin-bottom: 50px;
}

.route-intro img { border-radius: 10px; }

.route-intro ol { padding-left: 20px; color: var(--ink-soft); margin: 0 0 10px; }
.route-intro ol li { margin-bottom: 6px; }

@media (max-width: 760px) { .route-intro { grid-template-columns: 1fr; } }

.route-block { margin-bottom: 56px; }

.route-block h3 {
  color: var(--green-dark);
  font-size: 1.25rem;
  border-bottom: 2px solid var(--tan);
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.route-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.route-steps figure {
  margin: 0;
  width: 220px;
  text-align: center;
}

.route-steps img {
  border-radius: 10px;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.route-shot {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

.route-shot img { transition: transform 0.18s, box-shadow 0.18s; }

.route-shot:hover img,
.route-shot:focus-visible img {
  transform: scale(1.04);
  box-shadow: var(--shadow-lg);
}

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(51, 45, 61, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.lightbox[hidden] { display: none; }

.lightbox-img {
  max-width: min(90vw, 900px);
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.lightbox-close,
.lightbox-nav {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.3rem;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav.prev { left: 16px; }
.lightbox-nav.next { right: 16px; }

.lightbox-close:hover,
.lightbox-nav:hover { background: rgba(255, 255, 255, 0.3); }

@media (max-width: 600px) {
  .lightbox { padding: 16px; }
  .lightbox-nav { width: 42px; height: 42px; font-size: 1.6rem; }
}

.route-arrow {
  color: var(--tan-dark);
  font-size: 1.6rem;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .route-steps { flex-direction: column; }
  .route-arrow { transform: rotate(90deg); }
  .route-steps figure { width: 100%; max-width: 280px; }
}

/* ---------- Nearby attractions ---------- */

.nearby-group {
  margin-bottom: 50px;
  border-radius: var(--radius);
  padding: 28px;
}

.nearby-group.zone-mountain { background: #eaf3ea; }
.nearby-group.zone-sea { background: #e9edf7; }
.nearby-group.zone-city { background: #fbf6e2; }

.nearby-group h3 {
  margin: 0 0 20px;
  color: var(--green-dark);
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 980px) { .nearby-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .nearby-grid { grid-template-columns: repeat(2, 1fr); } }

.nearby-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: block;
}

.nearby-card .thumb {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-light), var(--tan));
  position: relative;
  overflow: hidden;
}

.nearby-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}

.nearby-card:hover .thumb img { transform: scale(1.06); }

.nearby-card .thumb svg { width: 34%; height: 34%; }

.nearby-card .thumb::after {
  content: "在 Google 地圖上查看 ↗";
  position: absolute;
  inset: auto 0 0 0;
  background: rgba(43,43,38,0.72);
  color: var(--white);
  font-size: 0.7rem;
  padding: 6px 4px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s;
}

.nearby-card:hover .thumb::after { opacity: 1; }

.nearby-card-body { padding: 12px 14px 16px; text-align: center; }

.nearby-card-body h4 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  color: var(--ink);
}

.nearby-card-body p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.photo-credit {
  text-align: center;
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin-top: 30px;
}

/* ---------- Placeholder page (營區守則 / Q&A) ---------- */

.placeholder-box {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  border: 1px dashed var(--tan-dark);
  border-radius: var(--radius);
  padding: 60px 30px;
}

.placeholder-box .icon { font-size: 2.6rem; margin-bottom: 14px; }
.placeholder-box h2 { color: var(--green-dark); margin: 0 0 12px; }
.placeholder-box p { color: var(--ink-soft); margin: 0; }

/* ---------- Facilities grid ---------- */

.facility-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 900px) { .facility-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .facility-grid { grid-template-columns: repeat(2, 1fr); } }

.facility-item { text-align: center; }

.facility-item img {
  border-radius: 12px;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: var(--shadow);
  margin-bottom: 8px;
}

.facility-item span { font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--green-dark);
  color: rgba(255,255,255,0.9);
  padding: 40px 0 24px;
  margin-top: 40px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-nav a {
  padding: 6px 12px;
  font-size: 0.88rem;
  border-radius: 20px;
  color: rgba(255,255,255,0.85);
}

.footer-nav a:hover { background: rgba(255,255,255,0.12); }

.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.75;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

/* ---------- 活動快訊 Events ---------- */

.event-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.event-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.15s, box-shadow 0.15s;
}

.event-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.event-card.no-media { grid-template-columns: 1fr; }

.event-card.media-top { grid-template-columns: 1fr; }

.event-card.media-top .event-media img {
  height: auto;
  min-height: 0;
  max-height: 580px;
  object-fit: contain;
}

.event-media { background: var(--green-light); }

.event-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.event-body { padding: 22px 24px; }

.event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.event-date {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--tan-dark);
}

.event-tag {
  padding: 2px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: var(--green-light);
  color: var(--green-dark);
}

.event-tag.is-feature {
  background: var(--tan-dark);
  color: var(--white);
}

.event-body h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: var(--green-dark);
}

.event-body p {
  margin: 0 0 16px;
  color: var(--ink-soft);
}

.event-body p strong { color: var(--green-dark); }

.event-info {
  margin: 0 0 14px;
  padding: 9px 14px;
  border-radius: 10px;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.6;
}

.event-highlights {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.event-highlights li {
  margin-bottom: 5px;
  line-height: 1.65;
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-actions .btn {
  padding: 10px 22px;
  font-size: 0.92rem;
}

.events-past .event-card {
  opacity: 0.62;
  box-shadow: none;
}

.events-past .event-card:hover {
  opacity: 0.85;
  transform: none;
  box-shadow: var(--shadow);
}

.events-past .event-date { color: var(--ink-soft); }

.event-empty {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 28px;
  text-align: center;
  background: var(--white);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
}

.event-empty h3 {
  margin: 0 0 10px;
  color: var(--green-dark);
}

.event-empty p {
  margin: 0 0 20px;
  color: var(--ink-soft);
}

.events-outro {
  max-width: 620px;
  margin: -14px auto 0;
  text-align: center;
  color: var(--ink-soft);
}

@media (max-width: 720px) {
  .event-card { grid-template-columns: 1fr; }
  .event-media img { min-height: 200px; max-height: 260px; }
  .event-body { padding: 20px; }
}

/* ===== 營位價格頁 ===== */

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.price-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-top: 4px solid var(--green);
  padding: 26px 18px;
  text-align: center;
  transition: transform 0.15s;
}

.price-card:hover { transform: translateY(-4px); }

.price-card.is-feature { border-top-color: var(--tan-dark); }

.price-card h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  color: var(--green-dark);
}

.price-when {
  display: block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.price-amount {
  display: block;
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--tan-dark);
  line-height: 1.2;
}

.price-unit {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.price-note {
  margin: 0 0 14px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 0.9rem;
  line-height: 1.7;
}

.price-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: var(--green-light);
  border: 1px solid var(--border);
  text-align: center;
}

.price-banner-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px 22px;
}

.price-banner-note {
  margin: 0;
  max-width: 720px;
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.price-banner strong {
  font-family: "Noto Serif TC", serif;
  font-size: 1.05rem;
  color: var(--green-dark);
}

.price-banner span { color: var(--ink-soft); font-size: 0.92rem; }

.price-banner b { color: var(--tan-dark); font-size: 1.05rem; }

.price-banner a {
  color: var(--tan-dark);
  font-weight: 700;
  text-decoration: underline;
  font-size: 0.92rem;
}

.notice-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 5px solid var(--tan-dark);
  border-radius: var(--radius);
  padding: 24px 26px;
  box-shadow: var(--shadow);
}

.notice-box h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: var(--green-dark);
}

.notice-box ul { margin: 0; padding-left: 20px; }

.notice-box li { margin-bottom: 8px; color: var(--ink-soft); }

.notice-box li strong { color: var(--tan-dark); }

.faq-list { max-width: 820px; margin: 0 auto; }

.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 24px;
  margin-bottom: 14px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--green-dark);
}

.faq-item p { margin: 0; color: var(--ink-soft); }

@media (max-width: 900px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .price-grid { grid-template-columns: 1fr; } }

/* ===== 車泊收費表 ===== */

.rate-table-wrap {
  overflow-x: auto;
  margin: 0 0 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--white);
}

.rate-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.rate-table caption {
  padding: 14px 18px 0;
  text-align: left;
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.rate-table th,
.rate-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.rate-table thead th {
  background: var(--green-dark);
  color: var(--white);
  font-family: "Noto Serif TC", serif;
  font-size: 0.86rem;
  line-height: 1.5;
  border-bottom: none;
}

.rate-table tbody th {
  background: var(--green-light);
  color: var(--green-dark);
  font-weight: 700;
  white-space: nowrap;
}

.rate-table tbody tr:last-child th,
.rate-table tbody tr:last-child td { border-bottom: none; }

.rate-table td { color: var(--ink); font-weight: 500; }

.table-hint {
  margin: 0 0 14px;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* ===== 營區分層與包區說明 ===== */

.zone-note {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 26px;
  box-shadow: var(--shadow);
}

.zone-note > p {
  margin: 0 0 12px;
  color: var(--ink);
}

.zone-note ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zone-note li {
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 0.9rem;
  line-height: 1.6;
}

.zone-note li strong { color: var(--tan-dark); }

@media (max-width: 900px) { .zone-note ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .zone-note ul { grid-template-columns: 1fr; } }

/* ===== 營區規範 ===== */

.rules-card {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px 34px;
}

.rules-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rules-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
  color: var(--ink-soft);
  line-height: 1.85;
}

.rules-list li:last-child { margin-bottom: 0; }

.rules-list li::before {
  content: "\2605";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tan-dark);
  font-size: 0.85em;
}

.rules-list li strong { color: var(--ink); }

@media (max-width: 600px) { .rules-card { padding: 24px 20px; } }

.table-hint a,
.faq-item a,
.price-note a {
  color: var(--tan-dark);
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}
