:root{--bg: #fffef9;--bg-card: #ffffff;--text: #1c1c1e;--text-muted: #6b6b6b;--accent: #c0532a;--accent-light: #f5ede8;--border: #e8e6e0;--tag-bg: #f0ede6;--max-w: 860px;--font-serif: Georgia, "Times New Roman", serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.site-header{border-bottom:1px solid var(--border);padding:1.25rem 0}.site-header .container{display:flex;align-items:baseline;gap:1rem}.site-name{font-family:var(--font-serif);font-size:1.3rem;font-weight:400;letter-spacing:-.01em}.site-name a:hover{color:inherit}.site-nav{display:flex;gap:1.25rem;font-size:.9rem;color:var(--text-muted)}.site-nav a:hover{color:var(--accent)}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:5rem;font-size:.85rem;color:var(--text-muted);text-align:center}.home-hero{padding:4rem 0 2.5rem}.home-hero h1{font-family:var(--font-serif);font-size:2.4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.home-hero p{color:var(--text-muted);font-size:1.05rem;max-width:520px}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.trips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;margin-bottom:4rem}.trip-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:box-shadow .15s,transform .15s}.trip-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.trip-card-cover{aspect-ratio:16/9;background:linear-gradient(135deg,#d4c5b0,#b8a898);display:flex;align-items:center;justify-content:center;color:#8a7d6f;font-size:2.5rem}.trip-card-body{padding:1.25rem}.trip-card-date{font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}.trip-card-title{font-family:var(--font-serif);font-size:1.3rem;font-weight:400;letter-spacing:-.01em;margin-bottom:.75rem;line-height:1.3}.trip-card-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tag{background:var(--tag-bg);color:var(--text-muted);font-size:.75rem;padding:.2rem .6rem;border-radius:20px}.stop-count{font-size:.8rem;color:var(--text-muted)}.status-badge{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .5rem;border-radius:4px;background:var(--accent-light);color:var(--accent)}.trip-hero{padding:3.5rem 0 2.5rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.trip-hero-back{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;display:inline-block}.trip-hero-back:hover{color:var(--accent)}.trip-hero-eyebrow{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.trip-hero h1{font-family:var(--font-serif);font-size:2.6rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.trip-hero-tags{display:flex;gap:.5rem;flex-wrap:wrap}.stops-section{margin-bottom:4rem}.stops-timeline{position:relative}.stops-timeline:before{content:"";position:absolute;left:10px;top:8px;bottom:8px;width:1px;background:var(--border)}.stop-item{display:grid;grid-template-columns:44px 1fr;gap:0;margin-bottom:2.5rem}.stop-dot{display:flex;flex-direction:column;align-items:center;padding-top:6px;position:relative;z-index:1}.stop-dot-circle{width:20px;height:20px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);flex-shrink:0}.stop-content{padding-left:.5rem}.stop-dates{font-size:.78rem;color:var(--text-muted);margin-bottom:.25rem;letter-spacing:.01em}.stop-name{font-family:var(--font-serif);font-size:1.35rem;font-weight:400;margin-bottom:.6rem;letter-spacing:-.01em}.stop-notes{font-size:.92rem;color:var(--text-muted);line-height:1.7;white-space:pre-line;max-width:600px}.stop-highlights{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.highlight-thumb{width:120px;height:90px;background:linear-gradient(135deg,#d4c5b0,#b8a898);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9a8d80;font-size:1.4rem;overflow:hidden;flex-shrink:0}.highlight-thumb img{width:100%;height:100%;object-fit:cover}.articles-section{margin-bottom:4rem}.article-entry{border-top:1px solid var(--border);padding:2rem 0}.article-entry h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin-bottom:1rem}.article-body{font-size:.96rem;line-height:1.8;color:var(--text);max-width:660px}.article-body p{margin-bottom:1rem}.article-body h2,.article-body h3{font-family:var(--font-serif);font-weight:400;margin:1.5rem 0 .5rem}@media(max-width:600px){html{font-size:16px}.home-hero h1{font-size:1.8rem}.trip-hero h1{font-size:1.9rem}.trips-grid{grid-template-columns:1fr}.stops-timeline:before{left:8px}}
