/* ---- dustroute (Dust Route 29) — warm oat, faces first, photographs last ---- */
body.t-dustroute.ws-body { --bg: #f3efe6; --fg: #4a463d; --heading: #2f2c26; --text: #4a463d; --muted: #8a8375; }
body.t-dustroute .ws-nav { background: #f3efe6; border-bottom: 1px solid #ddd5c4; }
body.t-dustroute .ws-hero { min-height: 62vh; }
body.t-dustroute .ws-hero h1 { font-weight: 800; letter-spacing: -0.03em; }
/* the team triple sits at position two, so it gets the weight a story usually has */
body.t-dustroute .ws-team { background: #eae4d7; }
body.t-dustroute .ws-team-photo, body.t-dustroute .ws-team img { border-radius: 0; }
/* the page ends on photographs — the last gallery goes edge to edge */
body.t-dustroute .ws-gallery:last-child .ws-container { max-width: 100%; padding: 0; }
body.t-dustroute .ws-gallery:last-child .ws-gallery-grid { gap: 2px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
body.t-dustroute .ws-gallery-item img { border-radius: 0; aspect-ratio: 4 / 3; }
body.t-dustroute .btn.brand { background: #5b6247; color: #ffffff; }
body.t-dustroute .btn.brand:hover { background: #4b5139; }

/* dustroute — warm oat by day, campfire dark by night */
html[data-theme="dark"] body.t-dustroute.ws-body { --bg: #1a1813; --fg: #cbc4b5; --heading: #f3efe6; --text: #cbc4b5; --muted: #8b8375; }
html[data-theme="dark"] body.t-dustroute { background: #1a1813; }
html[data-theme="dark"] body.t-dustroute .ws-nav { background: #1a1813; border-bottom-color: #2e2a22; }
html[data-theme="dark"] body.t-dustroute .ws-team { background: #221f18; }
html[data-theme="dark"] body.t-dustroute .ws-section:nth-child(even):not(.ws-cta):not(.ws-shoplink) { background: #221f18; }
html[data-theme="dark"] body.t-dustroute .btn.brand { background: #9aa87c; color: #1a1813; }
