:root{--bg:#0b0b0f;--panel:#14141a;--line:rgba(255,255,255,.08);--text:#f7efe4;--muted:#c7bba9;--accent:#d61f37;--cta:#ff4d2d}
*{box-sizing:border-box}
html,body{margin:0;background:radial-gradient(circle at top,#1d1014 0,#0b0b0f 40%),var(--bg);color:var(--text);font-family:"Noto Sans SC",system-ui,sans-serif}
a{color:inherit;text-decoration:none}
.topbar,.page,.footer{width:min(1180px,calc(100% - 32px));margin:0 auto}
.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;background:linear-gradient(180deg,rgba(11,11,15,.96),rgba(11,11,15,.76));backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:50px;height:50px;object-fit:contain}
.brand strong{display:block;font-size:18px}
.brand span,.eyebrow,.footer p{color:var(--muted)}
nav{display:flex;gap:14px;flex-wrap:wrap}
.topbar-cta,.btn,.path-card a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:700;border:1px solid transparent}
.topbar-cta,.btn-primary,.path-card a{background:linear-gradient(135deg,var(--accent),var(--cta));color:#fff}
.btn-secondary{background:rgba(255,255,255,.04);border-color:var(--line)}
.page{padding-bottom:10px}
.hero{padding:34px 0 14px;text-align:center}
.hero-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--muted);margin-bottom:14px}
.hero h1{margin:.1em 0 .28em;font-size:clamp(36px,5vw,64px);line-height:1.02}
.hero-copy{max-width:860px;margin:0 auto;color:var(--muted);line-height:1.76}
.cta-row{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px}
.hero-map{margin:28px auto 0;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;align-items:stretch}
.map-card{display:flex;flex-direction:column;justify-content:space-between;min-height:128px;padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line);text-align:left}
.map-main{grid-row:span 2;min-height:270px;background:linear-gradient(160deg,rgba(214,31,55,.18),rgba(255,77,45,.08));border-color:rgba(255,77,45,.35)}
.map-card strong{font-size:18px;display:block;margin-bottom:10px}
.map-card span{color:var(--muted);line-height:1.6}
.section{padding:24px 0}
.section-grid,.section-gallery,.section-steps,.section-faq{display:grid;gap:16px}
.section-grid{grid-template-columns:1.3fr 1fr 1fr}
.panel,.path-card,.note-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:22px;padding:18px}
.panel-wide{grid-column:span 2}
.panel h2{margin:.15em 0 .35em;font-size:clamp(22px,3vw,32px)}
.panel p,.path-card p,.note-card p{color:var(--muted);line-height:1.7;margin:0}
.section-paths{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.path-card{display:flex;flex-direction:column;gap:10px}
.path-card span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.06);color:#ffbe8a;font-weight:800}
.section-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.section-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
.gallery-card,.step-card,.faq-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:22px;padding:14px}
.gallery-card img{width:100%;height:180px;object-fit:cover;border-radius:16px;border:1px solid var(--line);display:block;margin-bottom:12px}
.gallery-card h3,.step-card h3{margin:.1em 0 .35em}
.gallery-card p,.step-card p,.faq-card p{color:var(--muted);line-height:1.65;margin:0}
.section-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
.step-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.05);color:#ffcf9a;font-weight:800;margin-bottom:10px}
.section-faq{grid-template-columns:1fr}
.faq-card details{padding:10px 0;border-bottom:1px solid var(--line)}
.faq-card summary{cursor:pointer;font-weight:700}
.footer{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 0 36px;border-top:1px solid var(--line);margin-top:24px}
.footer strong{display:block;font-size:18px}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
@media (max-width:980px){
  .hero-map,.section-grid,.section-paths,.section-notes,.section-gallery,.section-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .panel-wide{grid-column:auto}
  .topbar{position:static;flex-wrap:wrap}
  .footer{flex-direction:column}
}
@media (max-width:640px){
  .topbar,.page,.footer{width:min(100% - 20px,1180px)}
  .hero h1{font-size:32px}
  .cta-row,.footer-links{flex-direction:column;align-items:stretch}
  .topbar-cta,.btn,.path-card a{width:100%}
  .hero-map,.section-grid,.section-paths,.section-notes,.section-gallery,.section-steps{grid-template-columns:1fr}
  .map-main{grid-row:auto;min-height:180px}
}
