
:root{
  --bg:#fef9ee;
  --surface:#fef9ee;
  --text:#1f2421;
  --muted:#6b716c;
  --line:#d9ddd8;
  --accent:#83bf37;
  --accent-dark:#47712e;
  --sidebar:#fef9ee;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.65}
a{color:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.narrow{max-width:800px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(251,247,234,.97);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:88px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;text-decoration:none;margin-right:auto}
.brand img{width:230px;max-height:72px;object-fit:contain;object-position:left center}
.site-nav{display:flex;gap:22px;align-items:center}
.site-nav a{text-decoration:none;font-size:.9rem}
.site-nav a.active{font-weight:700;color:var(--accent-dark)}
.language-switch{display:flex;gap:8px;align-items:center;margin-left:8px;font-size:.82rem;color:var(--muted)}
.language-switch a{text-decoration:none}
.language-switch .current{font-weight:700;color:var(--text)}
.menu-toggle{display:none;border:0;background:transparent;font-size:1.5rem}
.hero,.page-hero{padding:90px 0 65px}
.eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.16em;color:var(--accent-dark);margin:0 0 10px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.12}
h1{font-size:clamp(3rem,7vw,5.7rem);letter-spacing:-.035em;margin:0 0 22px}
h2{font-size:clamp(2rem,4vw,3.1rem)}
h3{font-size:1.2rem}
.lead{font-size:1.18rem;color:var(--muted);max-width:720px}
.button{display:inline-block;background:var(--text);color:white;text-decoration:none;padding:12px 20px;border-radius:999px;font-weight:700}
.section{padding:72px 0}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:var(--surface);border:1px solid var(--line)}
.card-body{padding:22px}
.card-body a{text-decoration:none}
.image-placeholder{min-height:230px;display:grid;place-items:center;background:linear-gradient(135deg,#d9efb8,#f8f0c8);color:var(--muted)}
.image-placeholder.alt{background:linear-gradient(135deg,#dbe8df,#f5edce)}
.image-placeholder.warm{background:linear-gradient(135deg,#eedfc7,#f7efcf)}
.quote-section{padding:75px 0;background:#fbf7ea;text-align:center}
blockquote{font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,3.2rem);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.prose{font-size:1.06rem}
.prose h2{margin-top:42px}
.portrait-placeholder{min-height:440px;display:grid;place-items:center;background:#fbf7ea;color:var(--muted)}
.text-link{color:var(--accent-dark);font-weight:700;text-decoration:none}

/* Destinations */
.destinations-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:50px;align-items:start;padding-bottom:90px}
.region-panel{background:var(--surface);border:1px solid var(--line);margin-bottom:13px}
.region-toggle{width:100%;padding:17px 20px;border:0;background:transparent;display:flex;justify-content:space-between;cursor:pointer;text-align:left}
.region-name{font-family:Georgia,serif;font-size:1.45rem;color:var(--accent-dark)}
.region-symbol,.chevron{color:var(--accent-dark)}
.region-content{display:none;border-top:1px solid var(--line);padding:0 14px}
.region-content.open{display:block}
.article-row{display:grid;grid-template-columns:105px minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);text-decoration:none}
.article-row:last-child{border-bottom:0}
.article-row h3{margin:0 0 5px}
.article-row p{margin:0;color:var(--muted);font-size:.92rem}
.article-date{font-size:.8rem;color:var(--muted);white-space:nowrap}
.mini-photo{height:70px;background:linear-gradient(135deg,#a9d96c,#f6eec7)}
.mini-photo.alt{background:linear-gradient(135deg,#d6e4d6,#f5e9c5)}
.mini-photo.warm{background:linear-gradient(135deg,#ecd7b8,#f6edc9)}
.destination-sidebar{position:sticky;top:112px}
.sidebar-card{background:var(--sidebar);border:1px solid var(--line);padding:22px}
.sidebar-title{font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-top:0}
.sidebar-home,.sidebar-region,.sidebar-group a,.sidebar-button{display:block;text-decoration:none}
.sidebar-home{font-weight:700;color:var(--accent-dark);margin-bottom:14px}
.sidebar-group{padding:13px 0;border-top:1px solid var(--line)}
.sidebar-group a{font-size:.86rem;margin:6px 0;color:#5d605a}
.sidebar-group .sidebar-region{font-weight:800;color:var(--accent-dark);text-transform:uppercase}
.sidebar-actions{display:grid;gap:8px;margin-top:16px}
.sidebar-button{border:1px solid var(--accent-dark);padding:8px;text-align:center;color:var(--accent-dark);font-weight:700}

/* Contact */
.contact-section{padding-bottom:90px}
.contact-form{background:var(--surface);border:1px solid var(--line);padding:38px}
.form-row{margin-bottom:20px}
.form-row label{display:block;font-weight:700;margin-bottom:7px}
.form-row input,.form-row textarea{width:100%;padding:12px;border:1px solid var(--line);background:#fffdf7;font:inherit}
.form-note{font-size:.82rem;color:var(--muted)}
.hidden-field{position:absolute;left:-9999px}

/* Article */
.article-header{padding:80px 0 38px}
.article-hero{min-height:460px}
.article-content{padding:55px 0 90px}
.tip-box{padding:20px;background:#fbf7ea;border-left:4px solid var(--accent)}
.site-footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:.86rem}
.footer-inner{display:flex;justify-content:space-between}

@media(max-width:900px){
  .destinations-layout{grid-template-columns:1fr}
  .destination-sidebar{position:static}
  .brand img{width:190px}
}
@media(max-width:760px){
  .nav-wrap{min-height:78px}
  .menu-toggle{display:block}
  .site-nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--bg);padding:18px 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .site-nav.open{display:flex}
  .language-switch{margin-left:0}
  .card-grid,.split{grid-template-columns:1fr}
  .article-row{grid-template-columns:80px 1fr}
  .article-date{grid-column:2}
  .footer-inner{flex-direction:column;gap:5px}
}

.form-status{
  margin:0 0 22px;
  padding:12px 14px;
  background:#fbf7ea;
  border-left:4px solid var(--accent-dark);
  font-weight:700;
}


/* Traditional Chinese typography:
   Rounded, friendly system-font stack with fallbacks.
   No external font download is required. */
html[lang="zh-Hant"] body {
  font-family:
    "PingFang TC",
    "PingFang HK",
    "Microsoft JhengHei UI",
    "Microsoft JhengHei",
    "Noto Sans TC",
    Arial,
    sans-serif;
  letter-spacing: .01em;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] .region-name {
  font-family:
    "PingFang TC",
    "PingFang HK",
    "Microsoft JhengHei UI",
    "Microsoft JhengHei",
    "Noto Sans TC",
    sans-serif;
  font-weight: 600;
  letter-spacing: .015em;
}

html[lang="zh-Hant"] .lead,
html[lang="zh-Hant"] .prose,
html[lang="zh-Hant"] .article-row p,
html[lang="zh-Hant"] .sidebar-group a {
  font-weight: 400;
}


/* Unified background to match the approved logo artwork */
body,
.site-header,
.card,
.region-panel,
.sidebar-card,
.contact-form,
.quote-section,
.portrait-placeholder {
  background:#fbf7ea;
}

.form-row input,
.form-row textarea {
  background:#fffdf7;
}


/* Exact logo-background match across every page */
html,
body,
.site-header,
.hero,
.page-hero,
.section,
.quote-section,
.card,
.region-panel,
.sidebar-card,
.contact-form,
.portrait-placeholder,
.site-footer {
  background: #fef9ee !important;
}

.site-header {
  background: rgba(254,249,238,.98) !important;
}

.form-row input,
.form-row textarea {
  background: #fffdf7 !important;
}


/* Slightly larger Wander with YT logo across all pages */
.brand img {
  width: 275px;
  max-height: 82px;
}

.nav-wrap {
  min-height: 96px;
}

@media (max-width: 900px) {
  .brand img {
    width: 225px;
    max-height: 74px;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: 205px;
    max-height: 68px;
  }

  .nav-wrap {
    min-height: 86px;
  }

  .site-nav {
    top: 86px;
  }
}


/* Larger logo — latest requested size */
.brand img {
  width: 340px;
  max-height: 105px;
}

.nav-wrap {
  min-height: 116px;
}

@media (max-width: 900px) {
  .brand img {
    width: 285px;
    max-height: 90px;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: 245px;
    max-height: 78px;
  }

  .nav-wrap {
    min-height: 96px;
  }

  .site-nav {
    top: 96px;
  }
}


/* Brand treatment: larger logo + readable separate tagline */
.brand-block {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.brand {
  display: block;
  line-height: 0;
}

.brand img {
  width: 390px;
  max-height: 118px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.brand-tagline {
  margin: 2px 0 0 48px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .19em;
  color: #8a8a86;
  font-weight: 500;
  white-space: nowrap;
}

.nav-wrap {
  min-height: 132px;
}

@media (max-width: 980px) {
  .brand img {
    width: 320px;
    max-height: 100px;
  }
  .brand-tagline {
    margin-left: 40px;
    font-size: 12px;
    letter-spacing: .15em;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: 255px;
    max-height: 82px;
  }
  .brand-tagline {
    margin-left: 30px;
    font-size: 9px;
    letter-spacing: .11em;
    white-space: normal;
  }
  .nav-wrap {
    min-height: 110px;
  }
  .site-nav {
    top: 110px;
  }
}


/* EN / Traditional Chinese menu parity */
html[lang="zh-Hant"] .site-nav > a,
html[lang="zh-Hant"] .language-switch,
html[lang="zh-Hant"] .language-switch a,
html[lang="zh-Hant"] .language-switch .current {
  font-size: .9rem !important;
  line-height: 1.2;
}

html[lang="zh-Hant"] .site-nav > a {
  font-weight: 400;
}

html[lang="zh-Hant"] .site-nav > a.active,
html[lang="zh-Hant"] .language-switch .current {
  font-weight: 700;
}


/* FINAL navigation parity: identical visual size in English and Traditional Chinese */
.site-nav > a,
.language-switch,
.language-switch a,
.language-switch .current,
html[lang="zh-Hant"] .site-nav > a,
html[lang="zh-Hant"] .language-switch,
html[lang="zh-Hant"] .language-switch a,
html[lang="zh-Hant"] .language-switch .current {
  font-size: 16px !important;
  line-height: 1.25 !important;
}

.site-nav > a,
html[lang="zh-Hant"] .site-nav > a {
  font-weight: 400 !important;
}

.site-nav > a.active,
html[lang="zh-Hant"] .site-nav > a.active,
.language-switch .current,
html[lang="zh-Hant"] .language-switch .current {
  font-weight: 700 !important;
}

/* Keep the full logo visible; never crop its handwriting with CSS */
.brand img {
  width: 390px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 980px) {
  .brand img { width: 320px !important; }
}
@media (max-width: 760px) {
  .brand img { width: 255px !important; }
  .site-nav > a,
  .language-switch,
  .language-switch a,
  .language-switch .current,
  html[lang="zh-Hant"] .site-nav > a,
  html[lang="zh-Hant"] .language-switch,
  html[lang="zh-Hant"] .language-switch a,
  html[lang="zh-Hant"] .language-switch .current {
    font-size: 16px !important;
  }
}


/* Final clean brand asset: full logo, no embedded duplicate slogan */
.brand img {
  width: 390px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
}

.brand-tagline {
  display: block !important;
}

@media (max-width: 980px) {
  .brand img { width: 320px !important; }
}

@media (max-width: 760px) {
  .brand img { width: 255px !important; }
}


/* Corrected logo treatment for BOTH English and Traditional Chinese headers.
   The cream mask covers only the tiny slogan baked into the image.
   The full tree + Wander with YT artwork remains visible. */
.brand {
  position: relative !important;
  display: block !important;
  overflow: visible !important;
}

.brand::after {
  content: "";
  position: absolute;
  left: 11.5%;
  right: 0;
  bottom: 0;
  height: 18%;
  background: #fef9ee;
  pointer-events: none;
}

html[lang="en"] .brand::after,
html[lang="zh-Hant"] .brand::after {
  background: #fef9ee;
}

.brand-tagline {
  position: relative;
  z-index: 2;
}
