:root{--paper: #f7f8f4;--surface: #ffffff;--surface-strong: #eef4ee;--ink: #17201b;--muted: #5d6b62;--line: #dce4dc;--leaf: #2c6e49;--sea: #287c8e;--coral: #d95f43;--sun: #f3c969;--shadow: 0 18px 42px rgb(23 32 27 / 10%);--radius: 8px;color-scheme:light}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif;background:var(--paper);color:var(--ink)}body{margin:0;min-width:320px;background:linear-gradient(180deg,rgb(255 255 255 / 70%) 0,rgb(247 248 244 / 0%) 34rem),var(--paper);letter-spacing:0}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgb(220 228 220 / 80%);background:rgb(247 248 244 / 88%);backdrop-filter:blur(16px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800}.brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:var(--leaf);color:var(--sun);font-size:1.1rem}.nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.nav-link{display:inline-flex;min-height:40px;align-items:center;border-radius:8px;padding:0 12px;color:var(--muted);font-size:.95rem;font-weight:650}.nav-link:hover,.nav-link[aria-current=page]{color:var(--ink);background:var(--surface-strong)}.hero{min-height:min(560px,62vh);display:grid;align-items:end;background-image:linear-gradient(90deg,rgb(23 32 27 / 78%),rgb(23 32 27 / 36) 56%,rgb(23 32 27 / 16)),var(--hero-image);background-size:cover;background-position:center;color:#fff}.hero-content{width:min(1120px,calc(100% - 32px));margin-inline:auto;padding:112px 0 56px}.eyebrow{margin:0 0 12px;color:var(--sun);font-size:.9rem;font-weight:800}.hero h1,.page-hero h1{max-width:780px;margin:0;font-size:clamp(2.25rem,6vw,4.85rem);line-height:1}.hero p{max-width:620px;margin:20px 0 0;color:#ffffffdb;font-size:clamp(1.02rem,2vw,1.25rem);line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:0 18px;background:var(--sun);color:var(--ink);font-weight:800}.button.secondary{border-color:#ffffff6b;background:rgb(255 255 255 / 12%);color:#fff}.section{padding:64px 0}.section.compact{padding:44px 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-kicker{margin:0 0 8px;color:var(--coral);font-size:.86rem;font-weight:800}.section-title{margin:0;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15}.section-copy{max-width:620px;margin:10px 0 0;color:var(--muted);line-height:1.8}.text-link{color:var(--sea);font-weight:800}.grid{display:grid;gap:20px}.trip-grid,.destination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trip-card,.destination-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px #17201b08}.trip-card:hover,.destination-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.trip-card,.destination-card,.nav-link,.button{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.trip-card img,.destination-card img{width:100%;height:220px;object-fit:cover}.card-body{padding:18px}.meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;color:var(--muted);font-size:.86rem;font-weight:650}.meta span{display:inline-flex;align-items:center}.card-title{margin:0;font-size:1.22rem;line-height:1.35}.card-title a:hover{color:var(--sea)}.card-copy{margin:10px 0 0;color:var(--muted);line-height:1.7}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none}.tag{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;padding:0 10px;background:var(--surface-strong);color:var(--leaf);font-size:.82rem;font-weight:800}.split-band{background:var(--ink);color:#fff}.split-band .section-copy{color:#ffffffbd}.split-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:start}.notes-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.note-item{border-left:4px solid var(--sun);padding:4px 0 4px 16px}.note-item strong{display:block;margin-bottom:6px}.split-band .note-item span{color:#ffffffb8;line-height:1.7}.notes-list.plain .note-item span{color:var(--muted);line-height:1.7}.page-hero{padding:64px 0 36px}.page-hero p{max-width:680px;margin:18px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.8}.filters{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0}.filter-chip{display:inline-flex;min-height:36px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:0 12px;background:var(--surface);color:var(--muted);font-weight:750}.destination-card{position:relative;min-height:260px;display:grid;align-items:end;background:var(--ink);color:#fff}.destination-card img{position:absolute;inset:0;height:100%;opacity:.72}.destination-card .card-body{position:relative;z-index:1;background:linear-gradient(180deg,rgb(23 32 27 / 0),rgb(23 32 27 / 76%))}.destination-card .card-copy{color:#ffffffc7}.article-hero{padding:48px 0 28px}.article-title{max-width:880px;margin:0;font-size:clamp(2rem,4.8vw,4rem);line-height:1.06}.article-summary{max-width:760px;margin:18px 0 0;color:var(--muted);font-size:1.12rem;line-height:1.85}.article-cover{width:min(1120px,calc(100% - 32px));margin:18px auto 0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--line)}.article-cover img{width:100%;height:min(58vh,560px);object-fit:cover}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:44px;align-items:start}.article-body{min-width:0;color:#243028;font-size:1.05rem;line-height:1.9}.article-body h2,.article-body h3{margin-top:2.2em;line-height:1.25}.article-body h2{font-size:1.75rem}.article-body h3{font-size:1.32rem}.article-body p,.article-body ul,.article-body ol{margin-block:1.1em}.article-body a{color:var(--sea);font-weight:800;text-decoration:underline;text-underline-offset:.18em}.article-body img{width:100%;height:auto;margin:1.4em 0;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px #17201b0a}.article-body .photo-tabs{margin:1.8em 0;overflow:hidden;border:1px solid rgb(36 48 40 / 72%);border-radius:var(--radius);background:#050706;box-shadow:0 16px 42px #17201b29}.photo-tabs__stage{position:relative;display:grid;min-height:min(72vh,760px);place-items:center;padding:18px 64px 0}.photo-tabs__slides{width:100%;display:grid;place-items:center}.article-body .photo-tabs__image{width:auto;max-width:100%;max-height:min(72vh,760px);margin:0;border:0;border-radius:0;background:#050706;box-shadow:none}.article-body .photo-tabs__image[hidden]{display:none}.photo-tabs__arrow{position:absolute;top:50%;width:48px;height:72px;border:0;background:transparent;color:#37c871;cursor:pointer;font-size:5rem;font-weight:300;line-height:1;transform:translateY(-50%)}.photo-tabs__arrow:hover,.photo-tabs__arrow:focus-visible{color:#66e090}.photo-tabs__arrow--prev{left:10px}.photo-tabs__arrow--next{right:10px}.photo-tabs__nav{display:flex;overflow-x:auto;background:#2f3639;scrollbar-width:thin}.photo-tabs__tab{flex:1 0 58px;min-height:54px;border:1px solid transparent;background:#2f3639;color:#ffffffdb;cursor:pointer;font-size:1.1rem;font-weight:850}.photo-tabs__tab:hover,.photo-tabs__tab:focus-visible{background:#394246}.photo-tabs__tab.is-active{border-color:#28c76f;background:#30383b;color:#fff}.article-body .video-embed{margin:1.6em 0}.article-body .video-embed iframe{width:100%;height:min(58vw,520px);min-height:220px;border:0;border-radius:var(--radius)}.article-body blockquote{margin:1.6em 0;border-left:4px solid var(--coral);padding:.2em 0 .2em 1em;color:var(--muted)}.article-aside{position:sticky;top:96px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.detail-list{display:grid;gap:14px;margin:0}.detail-list div{border-bottom:1px solid var(--line);padding-bottom:12px}.detail-list div:last-child{border-bottom:0;padding-bottom:0}.detail-list dt{color:var(--muted);font-size:.82rem;font-weight:800}.detail-list dd{margin:4px 0 0;font-weight:800}.comments-section{border-top:1px solid var(--line);padding:56px 0 70px;background:rgb(255 255 255 / 42%)}.comments-inner{max-width:880px}.comments-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.comments-count{margin:0;color:var(--muted);font-weight:800;white-space:nowrap}.comment-form{display:grid;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px;box-shadow:0 1px #17201b08}.reply-form{margin-top:14px;background:var(--surface-strong)}.form-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.comment-form label{display:grid;gap:8px;color:var(--muted);font-size:.9rem;font-weight:800}.form-control{width:100%;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);outline:none}input.form-control{min-height:46px;padding:0 12px}textarea.form-control{min-height:124px;resize:vertical;padding:12px;line-height:1.7}.form-control:focus{border-color:var(--sea);box-shadow:0 0 0 4px #287c8e24}.comment-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.form-note{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.comments-status{min-height:1.6em;margin:14px 0 0;color:var(--muted);font-weight:750}.comments-status[data-tone=success]{color:var(--leaf)}.comments-status[data-tone=error]{color:var(--coral)}.comment-list{display:grid;gap:14px;margin-top:16px}.comment-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.moderator-reply{border-color:#2c6e493d;background:var(--surface-strong)}.comment-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:.88rem}.comment-meta strong{color:var(--ink);font-size:.98rem}.moderator-badge{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;padding:0 8px;background:var(--leaf);color:#fff;font-size:.78rem;font-weight:850}.comment-body{margin:12px 0 0;color:#243028;line-height:1.8;white-space:pre-wrap}.comment-actions{margin-top:12px}.text-button{min-height:36px;border:0;border-radius:8px;padding:0 10px;background:transparent;color:var(--sea);cursor:pointer;font-weight:850}.text-button:hover,.text-button:focus-visible{background:rgb(40 124 142 / 10%)}.button:disabled,.text-button:disabled{cursor:progress;opacity:.62}.comment-replies{display:grid;gap:12px;margin-top:14px;padding-left:18px;border-left:3px solid var(--line)}.search-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.search-input{width:100%;min-height:52px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--ink);outline:none}.search-input:focus{border-color:var(--sea);box-shadow:0 0 0 4px #287c8e24}.search-results{display:grid;gap:14px;margin-top:18px}.search-result{border-top:1px solid var(--line);padding-top:14px}.search-result h2{margin:0;font-size:1.08rem}.search-result p{margin:6px 0 0;color:var(--muted);line-height:1.7}.empty-state{border:1px dashed var(--line);border-radius:var(--radius);padding:28px;color:var(--muted);text-align:center}.site-footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:24px}.footer-inner p{margin:0}.scroll-shortcuts{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:30;display:grid;gap:8px}.scroll-shortcut{width:46px;height:46px;border:1px solid rgb(220 228 220 / 86%);border-radius:8px;background:rgb(255 255 255 / 92%);color:var(--leaf);cursor:pointer;font-size:1.45rem;font-weight:850;line-height:1;box-shadow:0 12px 30px #17201b24;backdrop-filter:blur(14px);transition:transform .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.scroll-shortcut:hover,.scroll-shortcut:focus-visible{background:var(--leaf);color:#fff;transform:translateY(-2px)}.scroll-shortcut:disabled{cursor:default;opacity:.42;transform:none}@media (max-width: 860px){.header-inner,.section-header,.comments-header,.footer-inner{align-items:flex-start;flex-direction:column}.nav-list{width:100%;overflow-x:auto;padding-bottom:4px}.trip-grid,.destination-grid,.split-layout,.article-shell{grid-template-columns:1fr}.article-aside{position:static;order:-1}.photo-tabs__stage{min-height:auto;padding:12px 44px 0}.photo-tabs__arrow{width:40px;height:58px;font-size:4rem}.photo-tabs__tab{flex-basis:48px;min-height:48px}.form-actions{align-items:stretch;flex-direction:column}.form-actions .button,.form-actions .text-button{width:100%}.hero{min-height:520px}}@media (max-width: 560px){.container,.hero-content,.article-cover{width:min(100% - 24px,1120px)}.section{padding:44px 0}.hero h1,.page-hero h1,.article-title{font-size:2.1rem}.trip-card img{height:190px}.scroll-shortcuts{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom))}.scroll-shortcut{width:42px;height:42px}}
