:root{--dark-green:#0f2a1f;--nav-green:#0a2119;--text:#d4c9a8;--accent:#c5a26f}body,html{background:var(--dark-green);color:var(--text);min-height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.nav{background:var(--nav-green);z-index:100;padding:1rem 1.5rem;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-brand{color:#d4c9a8;font-size:1.35rem;font-weight:600}.hamburger{color:#d4c9a8;cursor:pointer;background:0 0;border:none;font-size:1.8rem;display:none}.nav-links{gap:2rem;display:flex}.nav-links a{color:#d4c9a8;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#c5a26f}.cabin-container{background:var(--dark-green);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.hero{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:1100px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.firepit{z-index:10;width:120px;height:80px;position:absolute;bottom:18%;left:58%}.fire{width:70px;height:55px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.flame{background:linear-gradient(gold,#ff4500,#ff8c00);border-radius:50% 50% 20% 20%;width:18px;height:45px;animation:.6s ease-in-out infinite alternate flicker;position:absolute;bottom:0;left:50%;box-shadow:0 0 15px #ff4500,0 0 30px #ff8c00}.flame1{height:50px;animation-delay:0s;left:35%}.flame2{height:42px;animation-delay:.15s;left:48%}.flame3{height:48px;animation-delay:.3s;left:60%}.flame4{width:14px;height:35px;animation-delay:.45s;left:42%}.logs{background:#3a2f1f;border-radius:999px;width:85px;height:18px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 3px 8px #0009}.cabin-caption{color:#d4c9a8;text-align:center;z-index:20;background:#0f2a1fbf;padding:.75rem;font-size:.95rem;position:absolute;bottom:0;left:0;right:0}footer{text-align:center;color:#8a7c64;background:#0a2119;padding:1.5rem;font-size:.95rem}@media (width<=768px){.hamburger{display:block}.nav-links{background:var(--nav-green);border-radius:0 0 8px 8px;flex-direction:column;padding:1rem 1.5rem;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 20px #0000004d}.nav-links.open{display:flex}.firepit{width:90px;left:60%}.flame{height:38px}}@keyframes flicker{0%{opacity:.85;transform:scaleY(.9)translate(-50%)}to{opacity:1;transform:scaleY(1.15)translate(-50%)}}
