
:root{
  color-scheme:dark;
  --bg:#0c0d10; --panel:#14161b; --panel2:#1a1d23; --line:#2a2e36;
  --text:#f4f5f7; --muted:#aab0bb; --accent:#d96436; --accent2:#f0a24b;
  --max:1180px; --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 20% 0%,#17191f 0,#0c0d10 34rem);color:var(--text);font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:#ffc17a;text-decoration:none} a:hover{text-decoration:underline}
.sitebar{position:sticky;top:0;z-index:20;background:rgba(12,13,16,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.sitebar-inner{max-width:var(--max);margin:auto;padding:.8rem 1rem;display:flex;align-items:center;gap:1rem}
.brand{font-weight:900;letter-spacing:.04em;text-transform:uppercase}.brand b{color:var(--accent)}
.nav{margin-left:auto;display:flex;gap:.85rem;color:var(--muted);font-size:.9rem}
.wrap{max-width:var(--max);margin:auto;padding:1.2rem 1rem 4rem}
.hero{min-height:440px;border:1px solid var(--line);border-radius:24px;overflow:hidden;position:relative;display:flex;align-items:flex-end;background:#111 center/cover no-repeat;box-shadow:0 24px 80px rgba(0,0,0,.35)}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.82))}
.hero-content{position:relative;z-index:1;padding:clamp(1.25rem,4vw,3rem);max-width:850px}
.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:#ffb26a;font-weight:800}
h1{font-size:clamp(2.4rem,7vw,5rem);line-height:.96;margin:.35rem 0 1rem;letter-spacing:-.045em}
.deck{font-size:1.05rem;color:#e5e7eb;max-width:700px}
.chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.chip{background:rgba(20,22,27,.78);border:1px solid #3a3f49;padding:.35rem .65rem;border-radius:999px;font-size:.8rem;color:#d7dae0}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:2rem;margin-top:2rem}
.article{min-width:0}
.archive-note{background:#171a20;border:1px solid #313640;border-left:4px solid var(--accent);border-radius:12px;padding:1rem 1.1rem;color:#c7cbd3;margin-bottom:1.5rem}
.article h2{font-size:1.65rem;margin:2.25rem 0 .7rem;letter-spacing:-.02em}.article p{color:#d6d8dd;margin:.8rem 0}
.article-figure{margin:1.4rem 0 1.7rem;border:1px solid var(--line);background:var(--panel);border-radius:14px;overflow:hidden}
.article-figure img{width:100%;max-height:560px;object-fit:cover;display:block;background:#090a0c}
figcaption{padding:.75rem .9rem;color:#b6bbc5;font-size:.88rem}.photo-credit{color:#7f8794}
.sidecard{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}
.sidecard h3{margin:.1rem 0 .8rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:#c7cbd3}
.fact{display:grid;grid-template-columns:86px 1fr;gap:.6rem;padding:.45rem 0;border-bottom:1px solid #242831}.fact:last-child{border:0}.fact b{font-size:.78rem;color:#818895;text-transform:uppercase}
.resources a{display:block;padding:.55rem 0;border-bottom:1px solid #242831}.resources small{display:block;color:#858c98;line-height:1.35}
.gallery{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--line)}
.gallery-head{display:flex;justify-content:space-between;gap:1rem;align-items:end}.gallery-head h2{margin:.2rem 0}.gallery-head p{color:var(--muted);margin:0}
.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.7rem;margin-top:1rem}
.thumb{aspect-ratio:1.25/1;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#111;display:block}.thumb img{width:100%;height:100%;object-fit:cover;transition:.18s transform}.thumb:hover img{transform:scale(1.03)}
.footer{margin-top:4rem;border-top:1px solid var(--line);padding:2rem 0;color:#777f8c;font-size:.85rem}
.home-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.dest-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden}.dest-card img{width:100%;height:250px;object-fit:cover}.dest-card-body{padding:1rem 1.1rem}.dest-card h2{margin:.2rem 0}
.photo-page{max-width:1050px;margin:auto}.photo-stage{background:#050506;border:1px solid var(--line);border-radius:18px;overflow:hidden;text-align:center}.photo-stage img{display:block;max-width:100%;max-height:78vh;margin:auto}.photo-info{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1.5rem;margin-top:1.25rem}.photo-info h1{font-size:2.2rem;line-height:1.05}.pager{display:flex;justify-content:space-between;gap:1rem;margin:1.4rem 0}.pager a{background:var(--panel);border:1px solid var(--line);padding:.7rem 1rem;border-radius:10px}.breadcrumb{color:#8d94a0;font-size:.88rem;margin-bottom:1rem}
@media(max-width:880px){.layout,.photo-info{grid-template-columns:1fr}.sidebar{order:-1}.hero{min-height:380px}.gallery-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.nav{display:none}.wrap{padding:.8rem .75rem 3rem}.hero{min-height:330px;border-radius:16px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.home-grid{grid-template-columns:1fr}h1{font-size:2.6rem}}

.geo a{font-weight:800}.no-image-hero{min-height:300px;background:linear-gradient(135deg,#191c22,#0d0f12)}.no-photo{border:1px dashed #3a3f49;border-radius:12px;padding:1rem;margin:1rem 0;color:#aab0bb}.links-bottom{margin-top:2rem;padding:1.4rem;border-top:1px solid var(--line);background:var(--panel);border-radius:16px}.work-title{font-weight:800;color:#f5f5f5}.place-list{display:grid;gap:.65rem}.place-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem;background:var(--panel);border:1px solid var(--line);border-radius:12px}.place-row span{color:var(--muted)}
.contributor-hero{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:2rem;align-items:center;margin-top:1rem}.contributor-portrait{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#070809;box-shadow:0 24px 80px rgba(0,0,0,.35)}.contributor-portrait img{width:100%;display:block;max-height:600px;object-fit:cover}.contributor-copy h1{margin:.25rem 0 .75rem}.contributor-copy .deck{color:#cfd3da}.credit-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:2rem 0}.credit-tab{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:1rem}.credit-tab b{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:#ffb26a;margin-bottom:.3rem}.profile-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.profile-gallery figure{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden}.profile-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.empty-slot{aspect-ratio:1/1;display:grid;place-items:center;text-align:center;padding:1rem;color:#747c88;background:linear-gradient(135deg,#15181e,#0d0f12)}@media(max-width:760px){.contributor-hero{grid-template-columns:1fr}.contributor-portrait{max-width:460px}.credit-tabs,.profile-gallery{grid-template-columns:1fr}}

.traveler-profile{margin:2.5rem 0;padding:1.4rem;background:var(--panel);border:1px solid var(--line);border-radius:18px}.traveler-profile h2{margin:.2rem 0 1rem}.profile-answer{padding:1rem 0;border-top:1px solid var(--line)}.profile-answer:first-of-type{border-top:0}.profile-answer p{margin:.35rem 0 0;color:#d6d8dd}.history-note{margin-top:.6rem;color:#aab0bb;font-size:.86rem}
