:root {
  --ink: #173e35;
  --deep: #0b2f28;
  --jade: #6c8170;
  --paper: #f5f1e8;
  --warm: #e6ddcc;
  --red: #a64934;
  --gold: #b99a62;
  --text: #23332e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: 14px; padding: 10px 14px; background: var(--deep); color: #fff; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.desktop-site { display: block; overflow-x: clip; }
.mobile-site { display: none; }
section[id] { scroll-margin-top: 86px; }

.desktop-nav { height: 86px; padding: 0 4.6vw; display: flex; align-items: center; gap: 48px; background: rgba(248,245,238,.94); border-bottom: 1px solid rgba(23,62,53,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand-symbol { width: 46px; height: 46px; flex: 0 0 46px; display: block; border-radius: 50%; box-shadow: 0 5px 18px rgba(11,47,40,.14); }
.brand strong { display: block; font-family: "STSong", "Songti SC", serif; font-size: 24px; letter-spacing: .16em; }
.brand small { display: block; margin-top: 3px; color: #67736e; letter-spacing: .14em; font-size: 10px; }
.desktop-nav nav { display: flex; align-items: center; justify-content: center; gap: 34px; flex: 1; font-size: 14px; }
.desktop-nav nav a { position: relative; padding: 10px 0; }
.desktop-nav nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 3px; height: 1px; background: var(--red); transition: .25s ease; }
.desktop-nav nav a:hover::after { left: 0; right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 12px 20px; font-size: 13px; transition: .2s; }
.nav-cta:hover { background: var(--ink); color: white; }

.hero { min-height: calc(100vh - 86px); position: relative; background: url('images/west-lake-sunrise.jpg') center 52% / cover no-repeat; display: flex; align-items: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,34,29,.88) 0%, rgba(9,40,33,.68) 40%, rgba(9,38,31,.07) 76%, rgba(9,38,31,.02)); }
.hero-copy { width: 63%; position: relative; z-index: 1; color: #fff; padding-left: 9vw; transform: translateY(-1vh); }
.eyebrow, .section-kicker { letter-spacing: .25em; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.hero .eyebrow { color: #e8d7b8; }
.hero h1 { margin: 24px 0 28px; font-family: "STSong", "Songti SC", serif; font-size: clamp(62px, 6.25vw, 98px); line-height: 1.08; letter-spacing: .08em; font-weight: 500; text-shadow: 0 3px 24px rgba(0,0,0,.14); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-top: 5px; color: #edd8ad; font-style: normal; }
.hero-intro { width: 650px; max-width: 88%; font-size: 17px; line-height: 2; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-width: 180px; padding: 16px 24px; text-align: center; font-size: 14px; transition: .25s; }
.button-light { background: #f6efe1; color: var(--deep); }
.button-light:hover { background: #fff; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.5); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-note { position: absolute; right: 5vw; bottom: 8vh; z-index: 1; color: white; display: flex; gap: 15px; align-items: flex-start; border-top: 1px solid rgba(255,255,255,.5); width: 245px; padding-top: 15px; }
.hero-note span { color: #e3c998; font: 32px/1 Georgia, serif; }
.hero-note p { margin: 0; font: 15px/1.7 "STSong", serif; letter-spacing: .08em; }
.scroll-hint { position: absolute; z-index: 1; bottom: 34px; left: 48%; color: rgba(255,255,255,.74); font-size: 11px; letter-spacing: .15em; writing-mode: vertical-rl; display: flex; align-items: center; gap: 12px; }

.manifesto, .journeys { padding: 120px 8vw; }
.section-kicker { color: var(--red); margin: 0 0 35px; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 11vw; align-items: start; }
.manifesto h2, .section-heading h2, .standard-intro h2, .day-copy h2, .contact h2 { margin: 0; font: 500 clamp(45px, 4.5vw, 72px)/1.25 "STSong", "Songti SC", serif; letter-spacing: .06em; color: var(--deep); }
.manifesto-grid .lead { margin-top: 8px; font: 24px/1.75 "STSong", serif; color: var(--ink); }
.manifesto-grid div p:last-child { color: #68746f; line-height: 2; font-size: 15px; }
.culture-strip { margin-top: 90px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #c7c4b9; border-bottom: 1px solid #c7c4b9; }
.culture-strip article { padding: 28px 22px; display: flex; align-items: center; gap: 18px; border-right: 1px solid #c7c4b9; }
.culture-strip article:last-child { border: 0; }
.culture-strip b { color: var(--red); font: 27px "STSong", serif; }
.culture-strip span { color: #67726d; font-size: 13px; }

.journeys { background: #e9e4d8; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 65px; }
.section-heading .section-kicker { margin-bottom: 20px; }
.section-heading > p { color: #67736e; line-height: 1.9; font-size: 14px; text-align: right; }
.journey-card { min-height: 610px; display: grid; grid-template-columns: 1.22fr .78fr; background: #f7f3ea; margin-bottom: 34px; }
.journey-card:nth-of-type(3) { grid-template-columns: .78fr 1.22fr; }
.journey-image { position: relative; min-height: 560px; background-size: cover; background-position: center; }
.journey-stay .journey-image { background-image: linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.04)), url('images/longjing-tea.jpg'); }
.journey-fan .journey-image { background-image: url('images/folding-fan.jpg'); background-position: center; }
.index { position: absolute; left: 24px; top: 22px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(246,241,230,.9); font: 17px Georgia, serif; color: var(--deep); }
.journey-copy { padding: 60px 55px 45px; display: flex; flex-direction: column; }
.journey-type { color: var(--red); font-size: 12px; letter-spacing: .16em; }
.journey-copy h3 { margin: 15px 0 16px; color: var(--deep); font: 500 54px "STSong", serif; letter-spacing: .08em; }
.journey-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.journey-meta span { padding: 7px 10px; border: 1px solid #d3cabb; color: #5d6963; font-size: 11px; letter-spacing: .06em; }
.journey-slogan { font: 22px/1.65 "STSong", serif; color: #5d6963; }
.journey-copy ul { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 12px; font-size: 14px; }
.journey-copy li::before { content: "·"; color: var(--red); margin-right: 10px; }
.journey-footer { margin-top: auto; padding-top: 26px; border-top: 1px solid #d6d0c3; display: flex; align-items: end; justify-content: space-between; }
.journey-footer strong { color: var(--red); font: 30px Georgia, serif; }
.journey-footer small { color: #67736e; font: 12px sans-serif; }
.journey-footer a { font-size: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }

.standard-section { background: var(--deep); color: white; padding: 120px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.standard-intro h2 { color: white; }
.standard-intro > p:not(.section-kicker) { color: rgba(255,255,255,.6); line-height: 2; margin: 34px 0; max-width: 480px; }
.standard-intro > a { color: #dfc89e; font-size: 13px; border-bottom: 1px solid rgba(223,200,158,.5); padding-bottom: 7px; }
.standard-list { border-top: 1px solid rgba(255,255,255,.25); }
.standard-list article { display: grid; grid-template-columns: 44px 160px 1fr; align-items: center; gap: 20px; min-height: 130px; border-bottom: 1px solid rgba(255,255,255,.2); }
.standard-list article > span { color: #d1b57f; font: 14px Georgia, serif; }
.standard-list strong { font: 28px "STSong", serif; }
.standard-list strong small { display: block; font: 11px sans-serif; color: rgba(255,255,255,.46); margin-top: 8px; letter-spacing: .15em; }
.standard-list p { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }

.day-story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 830px; background: #f5f1e8; }
.day-image { background: url('images/dongpo-pork.jpg') center / cover no-repeat; min-height: 760px; }
.day-copy { padding: 100px 7vw; }
.timeline { margin-top: 50px; }
.timeline div { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid #d0cabd; }
.timeline time { color: var(--red); font: 14px Georgia, serif; }
.timeline p { margin: 0; color: #65716c; font-size: 13px; line-height: 1.7; }
.timeline b { display: block; color: var(--deep); font: 19px "STSong", serif; margin-bottom: 5px; }

.service-team { padding: 110px 8vw; background: #183c34; color: white; }
.light-heading h2 { color: white; font-size: 54px; }
.light-heading > p { color: rgba(255,255,255,.55); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.team-grid article { background: #183c34; padding: 45px 32px; min-height: 280px; }
.team-grid span { width: 48px; height: 48px; border: 1px solid #cdb888; border-radius: 50%; display: grid; place-items: center; color: #ddc99d; font: 20px "STSong", serif; }
.team-grid h3 { margin: 35px 0 15px; font: 23px "STSong", serif; }
.team-grid p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.9; }

.contact { padding: 110px 10vw; background: #e4dccd; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: start; }
.contact-copy > p:not(.section-kicker) { line-height: 2; color: #64706b; max-width: 480px; margin-top: 28px; }
.contact-lead { margin-top: 18px !important; color: var(--deep) !important; font-size: 14px; }
.contact-points { display: flex; gap: 10px; margin-top: 32px; flex-wrap: wrap; }
.contact-points span { padding: 8px 12px; border: 1px solid #bdb6a8; font-size: 12px; }
.inquiry-form { background: rgba(249,246,239,.78); padding: 38px; display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.inquiry-form label span { display: block; margin-bottom: 9px; font-size: 12px; color: #606b66; }
.inquiry-form input, .inquiry-form select { width: 100%; height: 48px; background: transparent; border: 0; border-bottom: 1px solid #aaa99f; border-radius: 0; outline: 0; color: var(--deep); }
.inquiry-form input:focus, .inquiry-form select:focus { border-color: var(--red); }
.inquiry-form button { grid-column: 1 / -1; height: 54px; border: 0; background: var(--deep); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; cursor: pointer; }
.inquiry-form > small { grid-column: 1 / -1; color: #87877f; font-size: 10px; }
.inquiry-success { background: rgba(249,246,239,.78); padding: 54px; text-align: center; min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.inquiry-success > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--deep); color: white; }
.inquiry-success h3 { font: 27px "STSong", serif; margin: 18px 0 7px; }
.inquiry-success p { color: #6a746f; line-height: 1.7; font-size: 13px; }
.inquiry-success button { background: none; border: 0; color: var(--red); cursor: pointer; }

footer { padding: 58px 5vw 32px; background: #092b25; color: rgba(255,255,255,.72); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-symbol { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 5px 16px rgba(0,0,0,.16); }
.footer-brand strong { color: white; font: 24px "STSong", serif; letter-spacing: .14em; }
.footer-brand p { margin: 5px 0 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; color: white; }
.legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 24px; color: rgba(255,255,255,.38); }

@media (max-width: 1120px) {
  .desktop-nav { gap: 24px; }
  .brand { min-width: 230px; }
  .desktop-nav nav { gap: 22px; }
  .hero-copy { width: 68%; padding-left: 7vw; }
  .hero-note { right: 3vw; }
  .journey-copy { padding-left: 40px; padding-right: 40px; }
  .journey-copy h3 { font-size: 46px; }
}

@media (max-height: 760px) {
  .hero h1 { font-size: clamp(58px, 5.8vw, 82px); }
  .hero-intro { font-size: 15px; line-height: 1.8; }
  .hero-actions { margin-top: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
