:root {
  --paper: #f4f0e7;
  --paper-deep: #e9e1d3;
  --ink: #1d2420;
  --muted: #667068;
  --line: rgba(29, 36, 32, 0.14);
  --red: #a53e2d;
  --red-dark: #7b2d23;
  --moss: #4e6049;
  --gold: #b88643;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(49, 38, 28, 0.12);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 2%, rgba(184, 134, 67, 0.14), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(78, 96, 73, 0.10), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(244, 240, 231, 0.83);
  backdrop-filter: blur(18px) saturate(140%);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(49, 38, 28, 0.06);
}

.header-inner {
  width: min(calc(100% - 36px), var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(165, 62, 45, 0.32);
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-copy { display: grid; line-height: 1.16; }
.brand-copy strong { font-size: 14px; letter-spacing: 0.08em; }
.brand-copy span { color: var(--muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.8);
}

.trip-status {
  padding: 7px 11px;
  border: 1px solid rgba(165, 62, 45, 0.24);
  border-radius: 999px;
  color: var(--red-dark);
  background: rgba(165, 62, 45, 0.07);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
  font: inherit;
}

main { overflow: hidden; }

.container {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}

.hero {
  padding: clamp(62px, 8vw, 112px) 0 76px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, .serif {
  font-family: Georgia, "Noto Serif TC", "Songti TC", serif;
  font-weight: 600;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 46px;
  padding: 11px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--ink); }
.button.secondary { border-color: var(--line); background: rgba(255, 253, 248, 0.52); }
.button.map-link::after { content: "↗"; font-size: 1.05em; }

.hero-visual {
  position: relative;
  min-height: 590px;
  isolation: isolate;
}

.hero-photo {
  position: absolute;
  inset: 0 0 38px 34px;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--shadow);
  background: var(--paper-deep);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 44%, rgba(13, 18, 15, 0.70));
}

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

.hero-caption {
  position: absolute;
  right: 28px;
  bottom: 72px;
  left: 66px;
  z-index: 2;
  color: var(--white);
}

.hero-caption span {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-caption strong {
  display: block;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.1;
}

.hero-ticket {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: min(290px, 70%);
  padding: 21px 22px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(49, 38, 28, 0.16);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(16px);
}

.hero-ticket .ticket-label {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ticket-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  line-height: 1;
}

.ticket-price strong { font-family: Georgia, serif; font-size: 36px; }
.ticket-price span { color: var(--muted); font-size: 12px; }
.ticket-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.fact-strip {
  padding: 0 0 74px;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact {
  min-height: 118px;
  padding: 24px 26px;
  display: grid;
  align-content: center;
  border-right: 1px solid var(--line);
}

.fact:last-child { border-right: 0; }
.fact span { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.fact strong { margin-top: 5px; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(19px, 2vw, 26px); line-height: 1.25; }

.section { padding: 82px 0; }
.section.muted { background: rgba(233, 225, 211, 0.42); }

.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-head h2 {
  margin-bottom: 15px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-head p { margin-bottom: 0; color: var(--muted); font-size: 17px; }

.feature-card,
.place-card {
  overflow: hidden;
  border: 1px solid rgba(29, 36, 32, 0.10);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(49, 38, 28, 0.08);
  background: rgba(255, 253, 248, 0.78);
}

.feature-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
}

.feature-media,
.place-photo {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--paper-deep);
}

.feature-media img,
.place-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.feature-card:hover .feature-media img,
.place-card:hover .place-photo img { transform: scale(1.025); }

.image-label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  color: var(--white);
  background: rgba(20, 25, 22, 0.55);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.feature-copy { padding: clamp(32px, 5vw, 62px); }
.kicker { margin-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.feature-copy h3,
.place-copy h3 { margin-bottom: 12px; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: -0.025em; }
.jp-name { display: block; margin-top: 5px; color: var(--muted); font-family: inherit; font-size: 13px; font-weight: 650; letter-spacing: 0.05em; }
.feature-copy > p,
.place-copy > p { color: var(--muted); }

.price-line {
  margin: 26px 0;
  padding: 18px 0;
  display: flex;
  align-items: end;
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-line strong { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.price-line span { color: var(--muted); font-size: 12px; }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--moss); background: rgba(78, 96, 73, 0.05); font-size: 11px; font-weight: 800; }

.detail-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding: 9px 0 9px 22px;
  border-bottom: 1px dashed rgba(29, 36, 32, 0.12);
  color: var(--ink);
  font-size: 14px;
}

.detail-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

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

.rank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mini-card {
  overflow: hidden;
  border: 1px solid rgba(29, 36, 32, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
}

.mini-photo { height: 300px; overflow: hidden; }
.mini-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.mini-card:hover .mini-photo img { transform: scale(1.025); }
.mini-copy { padding: 30px; }
.mini-copy h3 { margin-bottom: 8px; font-family: Georgia, "Noto Serif TC", serif; font-size: 28px; }
.mini-copy p { color: var(--muted); }
.mini-meta { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-meta div { padding: 13px; border-radius: 14px; background: rgba(233, 225, 211, 0.58); }
.mini-meta span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.mini-meta strong { display: block; margin-top: 3px; font-size: 15px; }
.caveat { padding: 13px 15px; border-left: 3px solid var(--gold); color: var(--ink) !important; background: rgba(184, 134, 67, 0.08); font-size: 13px; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255, 253, 248, 0.66); }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.compare-table th,
.compare-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table th { color: var(--muted); background: rgba(233, 225, 211, 0.42); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.compare-table td { font-size: 14px; }
.compare-table td:first-child { font-weight: 850; }
.compare-table td small { color: var(--muted); font-size: 11px; font-weight: 500; }
.compare-table .cell-links { display: block; margin-top: 6px; font-size: 12px; font-weight: 700; }
.compare-table .cell-links a { color: var(--moss); text-underline-offset: 3px; }
.recommend { color: var(--red); }

.map-section { padding: 82px 0 108px; }
.map-stack { display: grid; gap: 24px; }
.map-card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.74);
}
.map-info { padding: 30px; }
.map-info h3 { margin-bottom: 6px; font-family: Georgia, "Noto Serif TC", serif; font-size: 25px; }
.map-info p { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.map-frame { min-height: 320px; background: var(--paper-deep); }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; display: block; border: 0; filter: saturate(.78) contrast(.95); }

.plan-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
}

.plan-banner::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 52px rgba(255,255,255,.035), 0 0 0 104px rgba(255,255,255,.025);
}

.plan-banner .eyebrow { color: #dfb36f; }
.plan-banner h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.plan-banner p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.69); }

.place-list { display: grid; gap: 34px; }
.place-card { display: grid; grid-template-columns: 0.92fr 1.08fr; }
.place-card:nth-child(even) { grid-template-columns: 1.08fr 0.92fr; }
.place-card:nth-child(even) .place-photo { order: 2; }
.place-photo { min-height: 590px; }
.place-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(13,18,15,.38)); }
.place-copy { padding: clamp(30px, 5vw, 58px); }

.place-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.status-badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--red-dark);
  background: rgba(165, 62, 45, 0.10);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-badge.green { color: #36513b; background: rgba(78,96,73,.12); }
.status-badge.gold { color: #775324; background: rgba(184,134,67,.14); }

.cost-box {
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cost-box div { padding: 16px 14px; border-right: 1px solid var(--line); }
.cost-box div:last-child { border-right: 0; }
.cost-box span { display: block; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cost-box strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 20px; line-height: 1.15; }
.cost-box small { color: var(--muted); font-size: 10px; }

.inline-map { margin-top: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.inline-map iframe { width: 100%; height: 250px; display: block; border: 0; filter: saturate(.78) contrast(.95); }

.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.note-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,253,248,.62); }
.note-card .number { width: 34px; height: 34px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-family: Georgia, serif; font-size: 15px; }
.note-card h3 { margin-bottom: 8px; font-size: 18px; }
.note-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.source-note {
  padding: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.source-note a { text-underline-offset: 3px; }

.site-footer {
  padding: 50px 0 34px;
  color: rgba(255,255,255,.74);
  background: #18201b;
}

.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
.footer-title { margin-bottom: 6px; color: var(--white); font-family: Georgia, "Noto Serif TC", serif; font-size: 25px; }
.footer-copy { max-width: 620px; margin: 0; font-size: 13px; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 12px; text-underline-offset: 4px; }
.footer-bottom { margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 550px; }
  .hero-photo { inset: 0 0 38px 22px; }
  .feature-card, .place-card, .place-card:nth-child(even) { grid-template-columns: 1fr; }
  .place-card:nth-child(even) .place-photo { order: 0; }
  .feature-media, .place-photo { min-height: 460px; }
  .map-card { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  body.nav-open { overflow: hidden; }
  .header-inner { min-height: 68px; }
  .trip-status { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .site-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(244, 240, 231, 0.98);
    backdrop-filter: blur(18px);
  }
  body.nav-open .site-nav { display: grid; }
  .site-nav a { padding: 14px 16px; font-size: 16px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-visual { min-height: 470px; }
  .hero-photo { inset: 0 0 34px 12px; border-radius: 26px; }
  .hero-caption { right: 20px; bottom: 68px; left: 35px; }
  .hero-ticket { width: 74%; padding: 17px 18px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 105px; padding: 20px 17px; }
  .section { padding: 66px 0; }
  .rank-grid, .note-grid { grid-template-columns: 1fr; }
  .mini-photo { height: 250px; }
  .feature-media, .place-photo { min-height: 360px; }
  .feature-copy, .place-copy { padding: 29px 24px 32px; }
  .cost-box { grid-template-columns: 1fr; }
  .cost-box div { border-right: 0; border-bottom: 1px solid var(--line); }
  .cost-box div:last-child { border-bottom: 0; }
  .inline-map iframe { height: 230px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

@media (max-width: 480px) {
  .container, .header-inner { width: min(calc(100% - 24px), var(--max)); }
  .brand-copy span { display: none; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .hero-ticket { width: 82%; }
  .ticket-price strong { font-size: 30px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:nth-child(3) { border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .card-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
